#422D8A

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

Shades of Blue Gem #422D8A

Tints of Blue Gem #422D8A

Color information

#422D8A (or 0x422D8A) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and 8A. RGB value is (66,45,138). Sum of RGB (Red+Green+Blue) = 66+45+138=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #422D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D8A is #BDD275. Grayscale: #3D3D3D. Windows color (decimal): -12440182 or 9055554. OLE color: 9055554.

HSL color Cylindrical-coordinate representation of color #422D8A: hue angle of 253.55º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422D8A is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6645138-
CMYK0.520.6700.46
HSL253.55º50.82%35.88%-
HSV(B)253.55º67.39%54.12%-
XYZ7.774.8724.58-
YUV61.88170.96130.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=26.51%
G=18.07%
B=55.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66451380.520.6700.46253.5550.8235.88
Hex422D8A344302Efe3324
Octal10255212641030563766344
Binary1000010101101100010101101001000011010111011111110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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