#422DAF

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

Shades of Blue Gem #422DAF

Tints of Blue Gem #422DAF

Color information

#422DAF (or 0x422DAF) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and AF. RGB value is (66,45,175). Sum of RGB (Red+Green+Blue) = 66+45+175=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #422DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAF is #BDD250. Grayscale: #414141. Windows color (decimal): -12440145 or 11480386. OLE color: 11480386.

HSL color Cylindrical-coordinate representation of color #422DAF: hue angle of 249.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422DAF is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6645175-
CMYK0.620.7400.31
HSL249.69º59.09%43.14%-
HSV(B)249.69º74.29%68.63%-
XYZ10.926.1341.16-
YUV66.1189.46127.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=23.08%
G=15.73%
B=61.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66451750.620.7400.31249.6959.0943.14
Hex422DAF3E4A01Ffa3b2b
Octal10255257761120373727353
Binary100001010110110101111111110100101001111111111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,175); }

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

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

 a { background-color: rgb(66,45,175); }

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

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

 span { border-color: rgb(66,45,175); }

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