Html Css Color HEX #422096 Blue Gem

📋 copy color: '#422096'

red 66 ◦ green 32 ◦ blue 150

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

Shades of Blue Gem #422096

Tints of Blue Gem #422096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 26.61%
G = 12.9%
B = 60.48%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422096 (or 0x422096) is known color: Blue Gem. HEX triplet: 42, 20 and 96. RGB value is (66,32,150). Sum of RGB (Red+Green+Blue) = 66+32+150=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #422096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422096 is #BDDF69. Grayscale: #373737. Windows color (decimal): -12443498 or 9838658. OLE color: 9838658.

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

Color convert

RGB 66 32 150 -
CMYK 0.56 0.79 0 0.41
HSL 257.29º 0.65% 0.36% -
HSV(B) 257.29º 0.79% 0.59% -
XYZ 8.27 4.39 29.27 -
YUV 55.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 66 32 150 0.56 0.79 0 0.41 257.29 0.65 0.36
Hex 42 20 96 38 4F 0 29 101 41 24
Octal 102 40 226 70 117 0 51 401 101 44
Binary 1000010 100000 10010110 111000 1001111 0 101001 100000001 1000001 100100

Color Harmonies of #422096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422096

Black with #422096

Text Example


Text Example

White with #422096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422096; }

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

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

background-color css

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

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

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

border-color css

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

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

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