Html Css Color HEX #422796 Blue Gem

📋 copy color: '#422796'

red 66 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #422796

Tints of Blue Gem #422796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 25.88%
G = 15.29%
B = 58.82%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422796 (or 0x422796) is known color: Blue Gem. HEX triplet: 42, 27 and 96. RGB value is (66,39,150). Sum of RGB (Red+Green+Blue) = 66+39+150=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #422796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422796 is #BDD869. Grayscale: #3B3B3B. Windows color (decimal): -12441706 or 9840450. OLE color: 9840450.

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

Color convert

RGB 66 39 150 -
CMYK 0.56 0.74 0 0.41
HSL 254.59º 0.59% 0.37% -
HSV(B) 254.59º 0.74% 0.59% -
XYZ 8.48 4.81 29.34 -
YUV 59.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 66 39 150 0.56 0.74 0 0.41 254.59 0.59 0.37
Hex 42 27 96 38 4A 0 29 FF 3B 25
Octal 102 47 226 70 112 0 51 377 73 45
Binary 1000010 100111 10010110 111000 1001010 0 101001 11111111 111011 100101

Color Harmonies of #422796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422796

Black with #422796

Text Example


Text Example

White with #422796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422796; }

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

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

background-color css

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

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

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

border-color css

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

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

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