Html Css Color HEX #403B89 Dark Slate Blue

📋 copy color: '#403B89'

red 64 ◦ green 59 ◦ blue 137

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

Shades of Dark Slate Blue #403B89

Tints of Dark Slate Blue #403B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 24.62%
G = 22.69%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#403B89 (or 0x403B89) is known color: Dark Slate Blue. HEX triplet: 40, 3B and 89. RGB value is (64,59,137). Sum of RGB (Red+Green+Blue) = 64+59+137=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #403B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B89 is #BFC476. Grayscale: #454545. Windows color (decimal): -12567671 or 8993600. OLE color: 8993600.

HSL color Cylindrical-coordinate representation of color #403B89: hue angle of 243.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403B89 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 59 137 -
CMYK 0.53 0.57 0 0.46
HSL 243.85º 0.4% 0.38% -
HSV(B) 243.85º 0.57% 0.54% -
XYZ 8.19 6.02 24.4 -
YUV 69.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 64 59 137 0.53 0.57 0 0.46 243.85 0.4 0.38
Hex 40 3B 89 35 39 0 2E F4 28 26
Octal 100 73 211 65 71 0 56 364 50 46
Binary 1000000 111011 10001001 110101 111001 0 101110 11110100 101000 100110

Color Harmonies of #403B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B89

Black with #403B89

Text Example


Text Example

White with #403B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B89; }

 p { color: rgb(64,59,137); }

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

background-color css

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

 a { background-color: rgb(64,59,137); }

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

border-color css

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

 span { border-color: rgb(64,59,137); }

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