#422F88

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

Shades of Dark Slate Blue #422F88

Tints of Dark Slate Blue #422F88

Color information

#422F88 (or 0x422F88) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 2F and 88. RGB value is (66,47,136). Sum of RGB (Red+Green+Blue) = 66+47+136=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #422F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F88 is #BDD077. Grayscale: #3E3E3E. Windows color (decimal): -12439672 or 8924994. OLE color: 8924994.

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

Color convert

RGB6647136-
CMYK0.510.6500.47
HSL252.81º48.63%35.88%-
HSV(B)252.81º65.44%53.33%-
XYZ7.714.9723.85-
YUV62.83169.29130.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=26.51%
G=18.88%
B=54.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66471360.510.6500.47252.8148.6335.88
Hex422F88334102Ffd3124
Octal10257210631010573756144
Binary1000010101111100010001100111000001010111111111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,136); }

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

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

 a { background-color: rgb(66,47,136); }

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

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

 span { border-color: rgb(66,47,136); }

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