Html Css Color HEX #403382 Dark Slate Blue

📋 copy color: '#403382'

red 64 ◦ green 51 ◦ blue 130

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

Shades of Dark Slate Blue #403382

Tints of Dark Slate Blue #403382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 26.12%
G = 20.82%
B = 53.06%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403382 (or 0x403382) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 82. RGB value is (64,51,130). Sum of RGB (Red+Green+Blue) = 64+51+130=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #403382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403382 is #BFCC7D. Grayscale: #3F3F3F. Windows color (decimal): -12569726 or 8532800. OLE color: 8532800.

HSL color Cylindrical-coordinate representation of color #403382: hue angle of 249.87º 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 #403382 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 51 130 -
CMYK 0.51 0.61 0 0.49
HSL 249.87º 0.44% 0.35% -
HSV(B) 249.87º 0.61% 0.51% -
XYZ 7.33 5.07 21.71 -
YUV 63.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 64 51 130 0.51 0.61 0 0.49 249.87 0.44 0.35
Hex 40 33 82 33 3D 0 31 FA 2C 23
Octal 100 63 202 63 75 0 61 372 54 43
Binary 1000000 110011 10000010 110011 111101 0 110001 11111010 101100 100011

Color Harmonies of #403382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403382

Black with #403382

Text Example


Text Example

White with #403382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403382; }

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

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

background-color css

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

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

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

border-color css

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

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

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