#423999

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

Shades of Dark Slate Blue #423999

Tints of Dark Slate Blue #423999

Color information

#423999 (or 0x423999) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 39 and 99. RGB value is (66,57,153). Sum of RGB (Red+Green+Blue) = 66+57+153=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #423999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423999 is #BDC666. Grayscale: #464646. Windows color (decimal): -12437095 or 10041666. OLE color: 10041666.

HSL color Cylindrical-coordinate representation of color #423999: hue angle of 245.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423999 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6657153-
CMYK0.570.6300.4
HSL245.62º45.71%41.18%-
HSV(B)245.62º62.75%60%-
XYZ9.466.3830.87-
YUV70.63174.48124.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=23.91%
G=20.65%
B=55.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66571530.570.6300.4245.6245.7141.18
Hex423999393F028f62e29
Octal1027123171770503665651
Binary100001011100110011001111001111111010100011110110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423999; }

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

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

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

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

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

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

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

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