#403F98

Color #403F98 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #403F98

Tints of Dark Slate Blue #403F98

Color information

#403F98 (or 0x403F98) is unknown color: approx 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

RGB6463152-
CMYK0.580.5900.40
HSL240.67º41.4%42.16%-
HSV(B)240.67º58.55%59.61%-
XYZ9.566.9130.54-
YUV73.44172.33121.26-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64631520.580.5900.40240.6741.442.16
Hex403F983A3B028f1292a
Octal1007723072730503615152
Binary100000011111110011000111010111011010100011110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>