Html Css Color HEX #403893 Dark Slate Blue

📋 copy color: '#403893'

red 64 ◦ green 56 ◦ blue 147

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

Shades of Dark Slate Blue #403893

Tints of Dark Slate Blue #403893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 23.97%
G = 20.97%
B = 55.06%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403893 (or 0x403893) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 93. RGB value is (64,56,147). Sum of RGB (Red+Green+Blue) = 64+56+147=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #403893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403893 is #BFC76C. Grayscale: #444444. Windows color (decimal): -12568429 or 9648192. OLE color: 9648192.

HSL color Cylindrical-coordinate representation of color #403893: hue angle of 245.27º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403893 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 56 147 -
CMYK 0.56 0.62 0 0.42
HSL 245.27º 0.45% 0.4% -
HSV(B) 245.27º 0.62% 0.58% -
XYZ 8.79 6.02 28.3 -
YUV 68.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 64 56 147 0.56 0.62 0 0.42 245.27 0.45 0.4
Hex 40 38 93 38 3E 0 2A F5 2D 28
Octal 100 70 223 70 76 0 52 365 55 50
Binary 1000000 111000 10010011 111000 111110 0 101010 11110101 101101 101000

Color Harmonies of #403893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403893

Black with #403893

Text Example


Text Example

White with #403893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403893; }

 p { color: rgb(64,56,147); }

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

background-color css

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

 a { background-color: rgb(64,56,147); }

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

border-color css

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

 span { border-color: rgb(64,56,147); }

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