#402F88

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

Shades of Dark Slate Blue #402F88

Tints of Dark Slate Blue #402F88

Color information

#402F88 (or 0x402F88) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 2F and 88. RGB value is (64,47,136). Sum of RGB (Red+Green+Blue) = 64+47+136=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #402F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F88 is #BFD077. Grayscale: #3D3D3D. Windows color (decimal): -12570744 or 8924992. OLE color: 8924992.

HSL color Cylindrical-coordinate representation of color #402F88: hue angle of 251.46º 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 #402F88 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6447136-
CMYK0.530.6500.47
HSL251.46º48.63%35.88%-
HSV(B)251.46º65.44%53.33%-
XYZ7.574.923.84-
YUV62.23169.63129.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=25.91%
G=19.03%
B=55.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64471360.530.6500.47251.4648.6335.88
Hex402F88354102Ffb3124
Octal10057210651010573736144
Binary1000000101111100010001101011000001010111111111011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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