Html Css Color HEX #403680 Dark Slate Blue

📋 copy color: '#403680'

red 64 ◦ green 54 ◦ blue 128

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

Shades of Dark Slate Blue #403680

Tints of Dark Slate Blue #403680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 26.02%
G = 21.95%
B = 52.03%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403680 (or 0x403680) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 80. RGB value is (64,54,128). Sum of RGB (Red+Green+Blue) = 64+54+128=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #403680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403680 is #BFC97F. Grayscale: #414141. Windows color (decimal): -12568960 or 8402496. OLE color: 8402496.

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

Color convert

RGB 64 54 128 -
CMYK 0.5 0.58 0 0.50
HSL 248.11º 0.41% 0.36% -
HSV(B) 248.11º 0.58% 0.5% -
XYZ 7.33 5.29 21.06 -
YUV 65.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 64 54 128 0.5 0.58 0 0.50 248.11 0.41 0.36
Hex 40 36 80 32 3A 0 32 F8 29 24
Octal 100 66 200 62 72 0 62 370 51 44
Binary 1000000 110110 10000000 110010 111010 0 110010 11111000 101001 100100

Color Harmonies of #403680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403680

Black with #403680

Text Example


Text Example

White with #403680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403680; }

 p { color: rgb(64,54,128); }

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

background-color css

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

 a { background-color: rgb(64,54,128); }

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

border-color css

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

 span { border-color: rgb(64,54,128); }

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