Html Css Color HEX #403281 Dark Slate Blue

📋 copy color: '#403281'

red 64 ◦ green 50 ◦ blue 129

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

Shades of Dark Slate Blue #403281

Tints of Dark Slate Blue #403281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 26.34%
G = 20.58%
B = 53.09%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403281 (or 0x403281) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 81. RGB value is (64,50,129). Sum of RGB (Red+Green+Blue) = 64+50+129=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #403281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403281 is #BFCD7E. Grayscale: #3E3E3E. Windows color (decimal): -12569983 or 8467008. OLE color: 8467008.

HSL color Cylindrical-coordinate representation of color #403281: hue angle of 250.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403281 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 50 129 -
CMYK 0.50 0.61 0 0.49
HSL 250.63º 0.44% 0.35% -
HSV(B) 250.63º 0.61% 0.51% -
XYZ 7.22 4.96 21.35 -
YUV 63.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 64 50 129 0.50 0.61 0 0.49 250.63 0.44 0.35
Hex 40 32 81 32 3D 0 31 FB 2C 23
Octal 100 62 201 62 75 0 61 373 54 43
Binary 1000000 110010 10000001 110010 111101 0 110001 11111011 101100 100011

Color Harmonies of #403281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403281

Black with #403281

Text Example


Text Example

White with #403281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403281; }

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

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

background-color css

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

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

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

border-color css

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

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

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