#422AAD

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

Shades of Blue Gem #422AAD

Tints of Blue Gem #422AAD

Color information

#422AAD (or 0x422AAD) is unknown color: approx Blue Gem. HEX triplet: 42, 2A and AD. RGB value is (66,42,173). Sum of RGB (Red+Green+Blue) = 66+42+173=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #422AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAD is #BDD552. Grayscale: #3F3F3F. Windows color (decimal): -12440915 or 11348546. OLE color: 11348546.

HSL color Cylindrical-coordinate representation of color #422AAD: hue angle of 250.99º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422AAD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6642173-
CMYK0.620.7600.32
HSL250.99º60.93%42.16%-
HSV(B)250.99º75.72%67.84%-
XYZ10.625.8340.1-
YUV64.11189.45129.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=23.49%
G=14.95%
B=61.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66421730.620.7600.32250.9960.9342.16
Hex422AAD3E4C020fb3d2a
Octal10252255761140403737552
Binary1000010101010101011011111101001100010000011111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,173); }

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

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

 a { background-color: rgb(66,42,173); }

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

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

 span { border-color: rgb(66,42,173); }

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