Html Css Color HEX #422396 Blue Gem

📋 copy color: '#422396'

red 66 ◦ green 35 ◦ blue 150

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

Shades of Blue Gem #422396

Tints of Blue Gem #422396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 26.29%
G = 13.94%
B = 59.76%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422396 (or 0x422396) is known color: Blue Gem. HEX triplet: 42, 23 and 96. RGB value is (66,35,150). Sum of RGB (Red+Green+Blue) = 66+35+150=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #422396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422396 is #BDDC69. Grayscale: #383838. Windows color (decimal): -12442730 or 9839426. OLE color: 9839426.

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

Color convert

RGB 66 35 150 -
CMYK 0.56 0.77 0 0.41
HSL 256.17º 0.62% 0.36% -
HSV(B) 256.17º 0.77% 0.59% -
XYZ 8.35 4.56 29.29 -
YUV 57.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 66 35 150 0.56 0.77 0 0.41 256.17 0.62 0.36
Hex 42 23 96 38 4D 0 29 100 3E 24
Octal 102 43 226 70 115 0 51 400 76 44
Binary 1000010 100011 10010110 111000 1001101 0 101001 100000000 111110 100100

Color Harmonies of #422396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422396

Black with #422396

Text Example


Text Example

White with #422396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422396; }

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

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

background-color css

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

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

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

border-color css

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

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

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