#422799

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

Shades of Blue Gem #422799

Tints of Blue Gem #422799

Color information

#422799 (or 0x422799) is unknown color: approx Blue Gem. HEX triplet: 42, 27 and 99. RGB value is (66,39,153). Sum of RGB (Red+Green+Blue) = 66+39+153=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #422799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422799 is #BDD866. Grayscale: #3B3B3B. Windows color (decimal): -12441703 or 10037058. OLE color: 10037058.

HSL color Cylindrical-coordinate representation of color #422799: hue angle of 254.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422799 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6639153-
CMYK0.570.7500.4
HSL254.21º59.38%37.65%-
HSV(B)254.21º74.51%60%-
XYZ8.724.9130.62-
YUV60.07180.45132.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=25.58%
G=15.12%
B=59.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66391530.570.7500.4254.2159.3837.65
Hex422799394B028fe3b26
Octal10247231711130503767346
Binary1000010100111100110011110011001011010100011111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422799; }

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

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

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

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

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

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

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

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