#402F8A

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

Shades of Dark Slate Blue #402F8A

Tints of Dark Slate Blue #402F8A

Color information

#402F8A (or 0x402F8A) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 2F and 8A. RGB value is (64,47,138). Sum of RGB (Red+Green+Blue) = 64+47+138=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #402F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F8A is #BFD075. Grayscale: #3E3E3E. Windows color (decimal): -12570742 or 9056064. OLE color: 9056064.

HSL color Cylindrical-coordinate representation of color #402F8A: hue angle of 251.21º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402F8A is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6447138-
CMYK0.540.6600.46
HSL251.21º49.19%36.27%-
HSV(B)251.21º65.94%54.12%-
XYZ7.724.9624.59-
YUV62.46170.63129.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=25.70%
G=18.88%
B=55.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64471380.540.6600.46251.2149.1936.27
Hex402F8A364202Efb3124
Octal10057212661020563736144
Binary1000000101111100010101101101000010010111011111011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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