Html Css Color HEX #403992 Dark Slate Blue

📋 copy color: '#403992'

red 64 ◦ green 57 ◦ blue 146

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

Shades of Dark Slate Blue #403992

Tints of Dark Slate Blue #403992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 23.97%
G = 21.35%
B = 54.68%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403992 (or 0x403992) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 92. RGB value is (64,57,146). Sum of RGB (Red+Green+Blue) = 64+57+146=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #403992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403992 is #BFC66D. Grayscale: #444444. Windows color (decimal): -12568174 or 9582912. OLE color: 9582912.

HSL color Cylindrical-coordinate representation of color #403992: hue angle of 244.72º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403992 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 57 146 -
CMYK 0.56 0.61 0 0.43
HSL 244.72º 0.44% 0.4% -
HSV(B) 244.72º 0.61% 0.57% -
XYZ 8.77 6.09 27.91 -
YUV 69.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 64 57 146 0.56 0.61 0 0.43 244.72 0.44 0.4
Hex 40 39 92 38 3D 0 2B F5 2C 28
Octal 100 71 222 70 75 0 53 365 54 50
Binary 1000000 111001 10010010 111000 111101 0 101011 11110101 101100 101000

Color Harmonies of #403992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403992

Black with #403992

Text Example


Text Example

White with #403992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403992; }

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

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

background-color css

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

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

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

border-color css

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

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

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