Html Css Color HEX #403280 Dark Slate Blue

📋 copy color: '#403280'

red 64 ◦ green 50 ◦ blue 128

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

Shades of Dark Slate Blue #403280

Tints of Dark Slate Blue #403280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 26.45%
G = 20.66%
B = 52.89%

CMYK

 C value IS 0.5

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403280 (or 0x403280) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 80. RGB value is (64,50,128). Sum of RGB (Red+Green+Blue) = 64+50+128=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #403280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403280 is #BFCD7F. Grayscale: #3E3E3E. Windows color (decimal): -12569984 or 8401472. OLE color: 8401472.

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

Color convert

RGB 64 50 128 -
CMYK 0.5 0.61 0 0.50
HSL 250.77º 0.44% 0.35% -
HSV(B) 250.77º 0.61% 0.5% -
XYZ 7.15 4.93 21 -
YUV 63.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 64 50 128 0.5 0.61 0 0.50 250.77 0.44 0.35
Hex 40 32 80 32 3D 0 32 FB 2C 23
Octal 100 62 200 62 75 0 62 373 54 43
Binary 1000000 110010 10000000 110010 111101 0 110010 11111011 101100 100011

Color Harmonies of #403280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403280

Black with #403280

Text Example


Text Example

White with #403280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403280; }

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

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

background-color css

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

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

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

border-color css

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

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

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