Html Css Color HEX #403482 Dark Slate Blue

📋 copy color: '#403482'

red 64 ◦ green 52 ◦ blue 130

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

Shades of Dark Slate Blue #403482

Tints of Dark Slate Blue #403482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 26.02%
G = 21.14%
B = 52.85%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403482 (or 0x403482) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 82. RGB value is (64,52,130). Sum of RGB (Red+Green+Blue) = 64+52+130=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #403482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403482 is #BFCB7D. Grayscale: #404040. Windows color (decimal): -12569470 or 8533056. OLE color: 8533056.

HSL color Cylindrical-coordinate representation of color #403482: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403482 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 52 130 -
CMYK 0.51 0.60 0 0.49
HSL 249.23º 0.43% 0.36% -
HSV(B) 249.23º 0.6% 0.51% -
XYZ 7.37 5.16 21.73 -
YUV 64.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 64 52 130 0.51 0.60 0 0.49 249.23 0.43 0.36
Hex 40 34 82 33 3C 0 31 F9 2B 24
Octal 100 64 202 63 74 0 61 371 53 44
Binary 1000000 110100 10000010 110011 111100 0 110001 11111001 101011 100100

Color Harmonies of #403482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403482

Black with #403482

Text Example


Text Example

White with #403482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403482; }

 p { color: rgb(64,52,130); }

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

background-color css

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

 a { background-color: rgb(64,52,130); }

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

border-color css

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

 span { border-color: rgb(64,52,130); }

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