Html Css Color HEX #403F93 Dark Slate Blue

📋 copy color: '#403F93'

red 64 ◦ green 63 ◦ blue 147

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

Shades of Dark Slate Blue #403F93

Tints of Dark Slate Blue #403F93

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 23.36%
G = 22.99%
B = 53.65%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403F93 (or 0x403F93) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 93. RGB value is (64,63,147). Sum of RGB (Red+Green+Blue) = 64+63+147=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #403F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F93 is #BFC06C. Grayscale: #484848. Windows color (decimal): -12566637 or 9649984. OLE color: 9649984.

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

Color convert

RGB 64 63 147 -
CMYK 0.56 0.57 0 0.42
HSL 240.71º 0.4% 0.41% -
HSV(B) 240.71º 0.57% 0.58% -
XYZ 9.16 6.75 28.42 -
YUV 72.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 64 63 147 0.56 0.57 0 0.42 240.71 0.4 0.41
Hex 40 3F 93 38 39 0 2A F1 28 29
Octal 100 77 223 70 71 0 52 361 50 51
Binary 1000000 111111 10010011 111000 111001 0 101010 11110001 101000 101001

Color Harmonies of #403F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F93

Black with #403F93

Text Example


Text Example

White with #403F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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