Html Css Color HEX #422196 Blue Gem

📋 copy color: '#422196'

red 66 ◦ green 33 ◦ blue 150

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

Shades of Blue Gem #422196

Tints of Blue Gem #422196

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 26.51%
G = 13.25%
B = 60.24%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422196 (or 0x422196) is known color: Blue Gem. HEX triplet: 42, 21 and 96. RGB value is (66,33,150). Sum of RGB (Red+Green+Blue) = 66+33+150=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #422196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422196 is #BDDE69. Grayscale: #373737. Windows color (decimal): -12443242 or 9838914. OLE color: 9838914.

HSL color Cylindrical-coordinate representation of color #422196: hue angle of 256.92º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422196 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 33 150 -
CMYK 0.56 0.78 0 0.41
HSL 256.92º 0.64% 0.36% -
HSV(B) 256.92º 0.78% 0.59% -
XYZ 8.3 4.45 29.28 -
YUV 56.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 66 33 150 0.56 0.78 0 0.41 256.92 0.64 0.36
Hex 42 21 96 38 4E 0 29 101 40 24
Octal 102 41 226 70 116 0 51 401 100 44
Binary 1000010 100001 10010110 111000 1001110 0 101001 100000001 1000000 100100

Color Harmonies of #422196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422196

Black with #422196

Text Example


Text Example

White with #422196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422196; }

 p { color: rgb(66,33,150); }

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

background-color css

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

 a { background-color: rgb(66,33,150); }

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

border-color css

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

 span { border-color: rgb(66,33,150); }

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