#422AA5

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

Shades of Blue Gem #422AA5

Tints of Blue Gem #422AA5

Color information

#422AA5 (or 0x422AA5) is unknown color: approx Blue Gem. HEX triplet: 42, 2A and A5. RGB value is (66,42,165). Sum of RGB (Red+Green+Blue) = 66+42+165=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #422AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AA5 is #BDD55A. Grayscale: #3E3E3E. Windows color (decimal): -12440923 or 10824258. OLE color: 10824258.

HSL color Cylindrical-coordinate representation of color #422AA5: hue angle of 251.71º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422AA5 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6642165-
CMYK0.600.7500.35
HSL251.71º59.42%40.59%-
HSV(B)251.71º74.55%64.71%-
XYZ9.875.5336.14-
YUV63.2185.45130-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 165 (64.84% from 255) = 60.44%
R=24.18%
G=15.38%
B=60.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66421650.600.7500.35251.7159.4240.59
Hex422AA53C4B023fc3b29
Octal10252245741130433747351
Binary1000010101010101001011111001001011010001111111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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