#423993

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

Shades of Dark Slate Blue #423993

Tints of Dark Slate Blue #423993

Color information

#423993 (or 0x423993) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 39 and 93. RGB value is (66,57,147). Sum of RGB (Red+Green+Blue) = 66+57+147=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #423993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423993 is #BDC66C. Grayscale: #454545. Windows color (decimal): -12437101 or 9648450. OLE color: 9648450.

HSL color Cylindrical-coordinate representation of color #423993: hue angle of 246º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423993 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6657147-
CMYK0.550.6100.42
HSL246º44.12%40%-
HSV(B)246º61.22%57.65%-
XYZ8.986.1928.33-
YUV69.95171.48125.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=24.44%
G=21.11%
B=54.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66571470.550.6100.4224644.1240
Hex423993373D02Af62c28
Octal1027122367750523665450
Binary100001011100110010011110111111101010101011110110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423993; }

 p { color: rgb(66,57,147); }

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

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

 a { background-color: rgb(66,57,147); }

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

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

 span { border-color: rgb(66,57,147); }

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