Html Css Color HEX #403997 Dark Slate Blue

📋 copy color: '#403997'

red 64 ◦ green 57 ◦ blue 151

#403997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #403997

Tints of Dark Slate Blue #403997

RGB

 RED value IS 64 (25.39% from 255) = 23.53%

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 23.53%
G = 20.96%
B = 55.51%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403997 (or 0x403997) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 97. RGB value is (64,57,151). Sum of RGB (Red+Green+Blue) = 64+57+151=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #403997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403997 is #BFC668. Grayscale: #454545. Windows color (decimal): -12568169 or 9910592. OLE color: 9910592.

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

Color convert

RGB 64 57 151 -
CMYK 0.58 0.62 0 0.41
HSL 244.47º 0.45% 0.41% -
HSV(B) 244.47º 0.62% 0.59% -
XYZ 9.16 6.25 30 -
YUV 69.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 64 57 151 0.58 0.62 0 0.41 244.47 0.45 0.41
Hex 40 39 97 3A 3E 0 29 F4 2D 29
Octal 100 71 227 72 76 0 51 364 55 51
Binary 1000000 111001 10010111 111010 111110 0 101001 11110100 101101 101001

Color Harmonies of #403997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403997

Black with #403997

Text Example


Text Example

White with #403997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403997; }

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

 H1.HeaderClassName
 {
   color: #403997;
 }
 .AnyTagClassName
 {
   color: #403997;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #403997;
 }
 .BgClassName
 {
   background-color: #403997;
 }
</style>

border-color css

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

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

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