Html Css Color HEX #403581 Dark Slate Blue

📋 copy color: '#403581'

red 64 ◦ green 53 ◦ blue 129

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

Shades of Dark Slate Blue #403581

Tints of Dark Slate Blue #403581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 129 (50.78% from 255) = 52.44%

R = 26.02%
G = 21.54%
B = 52.44%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403581 (or 0x403581) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 81. RGB value is (64,53,129). Sum of RGB (Red+Green+Blue) = 64+53+129=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #403581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403581 is #BFCA7E. Grayscale: #404040. Windows color (decimal): -12569215 or 8467776. OLE color: 8467776.

HSL color Cylindrical-coordinate representation of color #403581: hue angle of 248.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403581 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 53 129 -
CMYK 0.50 0.59 0 0.49
HSL 248.68º 0.42% 0.36% -
HSV(B) 248.68º 0.59% 0.51% -
XYZ 7.35 5.22 21.39 -
YUV 64.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 64 53 129 0.50 0.59 0 0.49 248.68 0.42 0.36
Hex 40 35 81 32 3B 0 31 F9 2A 24
Octal 100 65 201 62 73 0 61 371 52 44
Binary 1000000 110101 10000001 110010 111011 0 110001 11111001 101010 100100

Color Harmonies of #403581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403581

Black with #403581

Text Example


Text Example

White with #403581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403581; }

 p { color: rgb(64,53,129); }

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

background-color css

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

 a { background-color: rgb(64,53,129); }

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

border-color css

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

 span { border-color: rgb(64,53,129); }

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