Html Css Color HEX #403696 Dark Slate Blue

📋 copy color: '#403696'

red 64 ◦ green 54 ◦ blue 150

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

Shades of Dark Slate Blue #403696

Tints of Dark Slate Blue #403696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 23.88%
G = 20.15%
B = 55.97%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403696 (or 0x403696) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 96. RGB value is (64,54,150). Sum of RGB (Red+Green+Blue) = 64+54+150=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #403696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403696 is #BFC969. Grayscale: #434343. Windows color (decimal): -12568938 or 9844288. OLE color: 9844288.

HSL color Cylindrical-coordinate representation of color #403696: hue angle of 246.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403696 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 54 150 -
CMYK 0.57 0.64 0 0.41
HSL 246.25º 0.47% 0.4% -
HSV(B) 246.25º 0.64% 0.59% -
XYZ 8.94 5.93 29.53 -
YUV 67.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 64 54 150 0.57 0.64 0 0.41 246.25 0.47 0.4
Hex 40 36 96 39 40 0 29 F6 2F 28
Octal 100 66 226 71 100 0 51 366 57 50
Binary 1000000 110110 10010110 111001 1000000 0 101001 11110110 101111 101000

Color Harmonies of #403696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403696

Black with #403696

Text Example


Text Example

White with #403696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403696; }

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

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

background-color css

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

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

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

border-color css

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

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

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