#403C97

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

Shades of Dark Slate Blue #403C97

Tints of Dark Slate Blue #403C97

Color information

#403C97 (or 0x403C97) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3C and 97. RGB value is (64,60,151). Sum of RGB (Red+Green+Blue) = 64+60+151=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #403C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403C97 is #BFC368. Grayscale: #474747. Windows color (decimal): -12567401 or 9911360. OLE color: 9911360.

HSL color Cylindrical-coordinate representation of color #403C97: hue angle of 242.64º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403C97 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6460151-
CMYK0.580.6000.41
HSL242.64º43.13%41.37%-
HSV(B)242.64º60.26%59.22%-
XYZ9.326.5630.05-
YUV71.57172.83122.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=23.27%
G=21.82%
B=54.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64601510.580.6000.41242.6443.1341.37
Hex403C973A3C029f32b29
Octal1007422772740513635351
Binary100000011110010010111111010111100010100111110011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C97; }

 p { color: rgb(64,60,151); }

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

<style>
 a { background-color: #403C97; }

 a { background-color: rgb(64,60,151); }

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

<style>
 span { border-color: #403C97; }

 span { border-color: rgb(64,60,151); }

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