#422699

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

Shades of Blue Gem #422699

Tints of Blue Gem #422699

Color information

#422699 (or 0x422699) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and 99. RGB value is (66,38,153). Sum of RGB (Red+Green+Blue) = 66+38+153=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #422699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422699 is #BDD966. Grayscale: #3B3B3B. Windows color (decimal): -12441959 or 10036802. OLE color: 10036802.

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

Color convert

RGB6638153-
CMYK0.570.7500.4
HSL254.61º60.21%37.45%-
HSV(B)254.61º75.16%60%-
XYZ8.694.8430.61-
YUV59.48180.78132.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=25.68%
G=14.79%
B=59.53%

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
Decimal66381530.570.7500.4254.6160.2137.45
Hex422699394B028ff3c25
Octal10246231711130503777445
Binary1000010100110100110011110011001011010100011111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422699; }

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

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

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

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

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

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

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

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