Html Css Color HEX #403699 Dark Slate Blue

📋 copy color: '#403699'

red 64 ◦ green 54 ◦ blue 153

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

Shades of Dark Slate Blue #403699

Tints of Dark Slate Blue #403699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 23.62%
G = 19.93%
B = 56.46%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#403699 (or 0x403699) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 99. RGB value is (64,54,153). Sum of RGB (Red+Green+Blue) = 64+54+153=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #403699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403699 is #BFC966. Grayscale: #434343. Windows color (decimal): -12568935 or 10040896. OLE color: 10040896.

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

Color convert

RGB 64 54 153 -
CMYK 0.58 0.65 0 0.4
HSL 246.06º 0.48% 0.41% -
HSV(B) 246.06º 0.65% 0.6% -
XYZ 9.18 6.03 30.82 -
YUV 68.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 64 54 153 0.58 0.65 0 0.4 246.06 0.48 0.41
Hex 40 36 99 3A 41 0 28 F6 30 29
Octal 100 66 231 72 101 0 50 366 60 51
Binary 1000000 110110 10011001 111010 1000001 0 101000 11110110 110000 101001

Color Harmonies of #403699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403699

Black with #403699

Text Example


Text Example

White with #403699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403699; }

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

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

background-color css

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

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

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

border-color css

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

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

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