Html Css Color HEX #403F98 Dark Slate Blue

📋 copy color: '#403F98'

red 64 ◦ green 63 ◦ blue 152

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

Shades of Dark Slate Blue #403F98

Tints of Dark Slate Blue #403F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 22.94%
G = 22.58%
B = 54.48%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403F98 (or 0x403F98) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 98. RGB value is (64,63,152). Sum of RGB (Red+Green+Blue) = 64+63+152=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #403F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F98 is #BFC067. Grayscale: #494949. Windows color (decimal): -12566632 or 9977664. OLE color: 9977664.

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

Color convert

RGB 64 63 152 -
CMYK 0.58 0.59 0 0.40
HSL 240.67º 0.41% 0.42% -
HSV(B) 240.67º 0.59% 0.6% -
XYZ 9.56 6.91 30.54 -
YUV 73.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 64 63 152 0.58 0.59 0 0.40 240.67 0.41 0.42
Hex 40 3F 98 3A 3B 0 28 F1 29 2A
Octal 100 77 230 72 73 0 50 361 51 52
Binary 1000000 111111 10011000 111010 111011 0 101000 11110001 101001 101010

Color Harmonies of #403F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F98

Black with #403F98

Text Example


Text Example

White with #403F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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