Html Css Color HEX #403A97 Dark Slate Blue

📋 copy color: '#403A97'

red 64 ◦ green 58 ◦ blue 151

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

Shades of Dark Slate Blue #403A97

Tints of Dark Slate Blue #403A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 23.44%
G = 21.25%
B = 55.31%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403A97 (or 0x403A97) is known color: Dark Slate Blue. HEX triplet: 40, 3A and 97. RGB value is (64,58,151). Sum of RGB (Red+Green+Blue) = 64+58+151=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #403A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A97 is #BFC568. Grayscale: #464646. Windows color (decimal): -12567913 or 9910848. OLE color: 9910848.

HSL color Cylindrical-coordinate representation of color #403A97: hue angle of 243.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403A97 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 58 151 -
CMYK 0.58 0.62 0 0.41
HSL 243.87º 0.44% 0.41% -
HSV(B) 243.87º 0.62% 0.59% -
XYZ 9.21 6.35 30.02 -
YUV 70.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 64 58 151 0.58 0.62 0 0.41 243.87 0.44 0.41
Hex 40 3A 97 3A 3E 0 29 F4 2C 29
Octal 100 72 227 72 76 0 51 364 54 51
Binary 1000000 111010 10010111 111010 111110 0 101001 11110100 101100 101001

Color Harmonies of #403A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A97

Black with #403A97

Text Example


Text Example

White with #403A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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