Html Css Color HEX #403598 Dark Slate Blue

📋 copy color: '#403598'

red 64 ◦ green 53 ◦ blue 152

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

Shades of Dark Slate Blue #403598

Tints of Dark Slate Blue #403598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 23.79%
G = 19.7%
B = 56.51%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403598 (or 0x403598) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 98. RGB value is (64,53,152). Sum of RGB (Red+Green+Blue) = 64+53+152=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #403598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403598 is #BFCA67. Grayscale: #434343. Windows color (decimal): -12569192 or 9975104. OLE color: 9975104.

HSL color Cylindrical-coordinate representation of color #403598: hue angle of 246.67º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403598 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 53 152 -
CMYK 0.58 0.65 0 0.40
HSL 246.67º 0.48% 0.4% -
HSV(B) 246.67º 0.65% 0.6% -
XYZ 9.05 5.9 30.37 -
YUV 67.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 64 53 152 0.58 0.65 0 0.40 246.67 0.48 0.4
Hex 40 35 98 3A 41 0 28 F7 30 28
Octal 100 65 230 72 101 0 50 367 60 50
Binary 1000000 110101 10011000 111010 1000001 0 101000 11110111 110000 101000

Color Harmonies of #403598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403598

Black with #403598

Text Example


Text Example

White with #403598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403598; }

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

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

background-color css

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

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

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

border-color css

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

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

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