Html Css Color HEX #403286 Dark Slate Blue

📋 copy color: '#403286'

red 64 ◦ green 50 ◦ blue 134

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

Shades of Dark Slate Blue #403286

Tints of Dark Slate Blue #403286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 25.81%
G = 20.16%
B = 54.03%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403286 (or 0x403286) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 86. RGB value is (64,50,134). Sum of RGB (Red+Green+Blue) = 64+50+134=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #403286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403286 is #BFCD79. Grayscale: #3F3F3F. Windows color (decimal): -12569978 or 8794688. OLE color: 8794688.

HSL color Cylindrical-coordinate representation of color #403286: hue angle of 250º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403286 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 50 134 -
CMYK 0.52 0.63 0 0.47
HSL 250º 0.46% 0.36% -
HSV(B) 250º 0.63% 0.53% -
XYZ 7.56 5.09 23.14 -
YUV 63.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 64 50 134 0.52 0.63 0 0.47 250 0.46 0.36
Hex 40 32 86 34 3F 0 2F FA 2E 24
Octal 100 62 206 64 77 0 57 372 56 44
Binary 1000000 110010 10000110 110100 111111 0 101111 11111010 101110 100100

Color Harmonies of #403286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403286

Black with #403286

Text Example


Text Example

White with #403286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403286; }

 p { color: rgb(64,50,134); }

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

background-color css

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

 a { background-color: rgb(64,50,134); }

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

border-color css

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

 span { border-color: rgb(64,50,134); }

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