Html Css Color HEX #43328E Blue Gem

📋 copy color: '#43328E'

red 67 ◦ green 50 ◦ blue 142

#43328E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #43328E

Tints of Blue Gem #43328E

RGB

 RED value IS 67 (26.56% from 255) = 25.87%

 GREEN value IS 50 (19.92% from 255) = 19.31%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 25.87%
G = 19.31%
B = 54.83%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#43328E (or 0x43328E) is known color: Blue Gem. HEX triplet: 43, 32 and 8E. RGB value is (67,50,142). Sum of RGB (Red+Green+Blue) = 67+50+142=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #43328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328E is #BCCD71. Grayscale: #414141. Windows color (decimal): -12373362 or 9318979. OLE color: 9318979.

HSL color Cylindrical-coordinate representation of color #43328E: hue angle of 251.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43328E is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 50 142 -
CMYK 0.53 0.65 0 0.44
HSL 251.09º 0.48% 0.38% -
HSV(B) 251.09º 0.65% 0.56% -
XYZ 8.34 5.43 26.2 -
YUV 65.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 67 50 142 0.53 0.65 0 0.44 251.09 0.48 0.38
Hex 43 32 8E 35 41 0 2C FB 30 26
Octal 103 62 216 65 101 0 54 373 60 46
Binary 1000011 110010 10001110 110101 1000001 0 101100 11111011 110000 100110

Color Harmonies of #43328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43328E

Black with #43328E

Text Example


Text Example

White with #43328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43328E; }

 p { color: rgb(67,50,142); }

 H1.HeaderClassName
 {
   color: #43328E;
 }
 .AnyTagClassName
 {
   color: #43328E;
 }
</style>

background-color css

<style>
 a { background-color: #43328E; }

 a { background-color: rgb(67,50,142); }

 div.DivClassName
 {
   background-color: #43328E;
 }
 .BgClassName
 {
   background-color: #43328E;
 }
</style>

border-color css

<style>
 span { border-color: #43328E; }

 span { border-color: rgb(67,50,142); }

 td.TdClassName
 {
   border-color: #43328E;
 }
 .TagClassName
 {
   border-color: #43328E;
 }
</style>