Html Css Color HEX #403291 Dark Slate Blue

📋 copy color: '#403291'

red 64 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #403291

Tints of Dark Slate Blue #403291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 24.71%
G = 19.31%
B = 55.98%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403291 (or 0x403291) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 91. RGB value is (64,50,145). Sum of RGB (Red+Green+Blue) = 64+50+145=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #403291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403291 is #BFCD6E. Grayscale: #404040. Windows color (decimal): -12569967 or 9515584. OLE color: 9515584.

HSL color Cylindrical-coordinate representation of color #403291: hue angle of 248.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403291 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 50 145 -
CMYK 0.56 0.66 0 0.43
HSL 248.84º 0.49% 0.38% -
HSV(B) 248.84º 0.66% 0.57% -
XYZ 8.37 5.42 27.39 -
YUV 65.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 64 50 145 0.56 0.66 0 0.43 248.84 0.49 0.38
Hex 40 32 91 38 42 0 2B F9 31 26
Octal 100 62 221 70 102 0 53 371 61 46
Binary 1000000 110010 10010001 111000 1000010 0 101011 11111001 110001 100110

Color Harmonies of #403291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403291

Black with #403291

Text Example


Text Example

White with #403291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403291; }

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

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

background-color css

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

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

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

border-color css

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

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

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