#422C93

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

Shades of Blue Gem #422C93

Tints of Blue Gem #422C93

Color information

#422C93 (or 0x422C93) is unknown color: approx Blue Gem. HEX triplet: 42, 2C and 93. RGB value is (66,44,147). Sum of RGB (Red+Green+Blue) = 66+44+147=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #422C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C93 is #BDD36C. Grayscale: #3D3D3D. Windows color (decimal): -12440429 or 9645122. OLE color: 9645122.

HSL color Cylindrical-coordinate representation of color #422C93: hue angle of 252.82º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422C93 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6644147-
CMYK0.550.7000.42
HSL252.82º53.93%37.45%-
HSV(B)252.82º70.07%57.65%-
XYZ8.415.0728.14-
YUV62.32175.79130.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=25.68%
G=17.12%
B=57.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66441470.550.7000.42252.8253.9337.45
Hex422C93374602Afd3625
Octal10254223671060523756645
Binary1000010101100100100111101111000110010101011111101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C93; }

 p { color: rgb(66,44,147); }

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

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

 a { background-color: rgb(66,44,147); }

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

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

 span { border-color: rgb(66,44,147); }

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