Html Css Color HEX #403583 Dark Slate Blue

📋 copy color: '#403583'

red 64 ◦ green 53 ◦ blue 131

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

Shades of Dark Slate Blue #403583

Tints of Dark Slate Blue #403583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 25.81%
G = 21.37%
B = 52.82%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403583 (or 0x403583) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 83. RGB value is (64,53,131). Sum of RGB (Red+Green+Blue) = 64+53+131=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #403583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403583 is #BFCA7C. Grayscale: #404040. Windows color (decimal): -12569213 or 8598848. OLE color: 8598848.

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

Color convert

RGB 64 53 131 -
CMYK 0.51 0.60 0 0.49
HSL 248.46º 0.42% 0.36% -
HSV(B) 248.46º 0.6% 0.51% -
XYZ 7.48 5.27 22.1 -
YUV 65.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 64 53 131 0.51 0.60 0 0.49 248.46 0.42 0.36
Hex 40 35 83 33 3C 0 31 F8 2A 24
Octal 100 65 203 63 74 0 61 370 52 44
Binary 1000000 110101 10000011 110011 111100 0 110001 11111000 101010 100100

Color Harmonies of #403583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403583

Black with #403583

Text Example


Text Example

White with #403583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403583; }

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

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

background-color css

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

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

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

border-color css

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

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

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