#403A98

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

Shades of Dark Slate Blue #403A98

Tints of Dark Slate Blue #403A98

Color information

#403A98 (or 0x403A98) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3A and 98. RGB value is (64,58,152). Sum of RGB (Red+Green+Blue) = 64+58+152=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #403A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A98 is #BFC567. Grayscale: #464646. Windows color (decimal): -12567912 or 9976384. OLE color: 9976384.

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

Color convert

RGB6458152-
CMYK0.580.6200.40
HSL243.83º44.76%41.18%-
HSV(B)243.83º61.84%59.61%-
XYZ9.296.3830.45-
YUV70.51173.99123.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=23.36%
G=21.17%
B=55.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64581520.580.6200.40243.8344.7641.18
Hex403A983A3E028f42d29
Octal1007223072760503645551
Binary100000011101010011000111010111110010100011110100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #403A98;
 }
 .AnyTagClassName
 {
   color: #403A98;
 }
</style>
background-color css

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

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

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

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

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

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