#422C8D

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

Shades of Blue Gem #422C8D

Tints of Blue Gem #422C8D

Color information

#422C8D (or 0x422C8D) is unknown color: approx Blue Gem. HEX triplet: 42, 2C and 8D. RGB value is (66,44,141). Sum of RGB (Red+Green+Blue) = 66+44+141=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #422C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C8D is #BDD372. Grayscale: #3D3D3D. Windows color (decimal): -12440435 or 9251906. OLE color: 9251906.

HSL color Cylindrical-coordinate representation of color #422C8D: hue angle of 253.61º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422C8D is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6644141-
CMYK0.530.6900.45
HSL253.61º52.43%36.27%-
HSV(B)253.61º68.79%55.29%-
XYZ7.964.8825.72-
YUV61.64172.79131.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 44 (17.58% from 255) = 17.53%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=26.29%
G=17.53%
B=56.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66441410.530.6900.45253.6152.4336.27
Hex422C8D354502Dfe3424
Octal10254215651050553766444
Binary1000010101100100011011101011000101010110111111110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,141); }

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

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

 a { background-color: rgb(66,44,141); }

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

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

 span { border-color: rgb(66,44,141); }

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