#422D8C

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

Shades of Blue Gem #422D8C

Tints of Blue Gem #422D8C

Color information

#422D8C (or 0x422D8C) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and 8C. RGB value is (66,45,140). Sum of RGB (Red+Green+Blue) = 66+45+140=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #422D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D8C is #BDD273. Grayscale: #3D3D3D. Windows color (decimal): -12440180 or 9186626. OLE color: 9186626.

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

Color convert

RGB6645140-
CMYK0.530.6800.45
HSL253.26º51.35%36.27%-
HSV(B)253.26º67.86%54.9%-
XYZ7.924.9325.34-
YUV62.11171.96130.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 140 (55.08% from 255) = 55.78%
R=26.29%
G=17.93%
B=55.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66451400.530.6800.45253.2651.3536.27
Hex422D8C354402Dfd3324
Octal10255214651040553756344
Binary1000010101101100011001101011000100010110111111101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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