Html Css Color HEX #403A89 Dark Slate Blue

📋 copy color: '#403A89'

red 64 ◦ green 58 ◦ blue 137

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

Shades of Dark Slate Blue #403A89

Tints of Dark Slate Blue #403A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

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

R = 24.71%
G = 22.39%
B = 52.9%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#403A89 (or 0x403A89) is known color: Dark Slate Blue. HEX triplet: 40, 3A and 89. RGB value is (64,58,137). Sum of RGB (Red+Green+Blue) = 64+58+137=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #403A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A89 is #BFC576. Grayscale: #444444. Windows color (decimal): -12567927 or 8993344. OLE color: 8993344.

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

Color convert

RGB 64 58 137 -
CMYK 0.53 0.58 0 0.46
HSL 244.56º 0.41% 0.38% -
HSV(B) 244.56º 0.58% 0.54% -
XYZ 8.14 5.92 24.38 -
YUV 68.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 64 58 137 0.53 0.58 0 0.46 244.56 0.41 0.38
Hex 40 3A 89 35 3A 0 2E F5 29 26
Octal 100 72 211 65 72 0 56 365 51 46
Binary 1000000 111010 10001001 110101 111010 0 101110 11110101 101001 100110

Color Harmonies of #403A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A89

Black with #403A89

Text Example


Text Example

White with #403A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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