#422392

Color #422392 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #422392

Tints of Blue Gem #422392

Color information

#422392 (or 0x422392) is unknown color: approx Blue Gem. HEX triplet: 42, 23 and 92. RGB value is (66,35,146). Sum of RGB (Red+Green+Blue) = 66+35+146=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #422392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422392 is #BDDC6D. Grayscale: #383838. Windows color (decimal): -12442734 or 9577282. OLE color: 9577282.

HSL color Cylindrical-coordinate representation of color #422392: hue angle of 256.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422392 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6635146-
CMYK0.550.7600.43
HSL256.76º61.33%35.49%-
HSV(B)256.76º76.03%57.25%-
XYZ8.044.4427.63-
YUV56.92178.27134.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=26.72%
G=14.17%
B=59.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66351460.550.7600.43256.7661.3335.49
Hex422392374C02B1013d23
Octal10243222671140534017543
Binary10000101000111001001011011110011000101011100000001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422392; }

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

 H1.HeaderClassName
 {
   color: #422392;
 }
 .AnyTagClassName
 {
   color: #422392;
 }
</style>
background-color css

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

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

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

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

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

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