#402F85

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

Shades of Dark Slate Blue #402F85

Tints of Dark Slate Blue #402F85

Color information

#402F85 (or 0x402F85) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 2F and 85. RGB value is (64,47,133). Sum of RGB (Red+Green+Blue) = 64+47+133=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #402F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F85 is #BFD07A. Grayscale: #3D3D3D. Windows color (decimal): -12570747 or 8728384. OLE color: 8728384.

HSL color Cylindrical-coordinate representation of color #402F85: hue angle of 251.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402F85 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6447133-
CMYK0.520.6500.48
HSL251.86º47.78%35.29%-
HSV(B)251.86º64.66%52.16%-
XYZ7.364.8222.73-
YUV61.89168.13129.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=26.23%
G=19.26%
B=54.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64471330.520.6500.48251.8647.7835.29
Hex402F853441030fc3023
Octal10057205641010603746043
Binary1000000101111100001011101001000001011000011111100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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