#424399

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

Shades of Dark Slate Blue #424399

Tints of Dark Slate Blue #424399

Color information

#424399 (or 0x424399) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 99. RGB value is (66,67,153). Sum of RGB (Red+Green+Blue) = 66+67+153=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #424399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424399 is #BDBC66. Grayscale: #4C4C4C. Windows color (decimal): -12434535 or 10044226. OLE color: 10044226.

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

Color convert

RGB6667153-
CMYK0.570.5600.4
HSL239.31º39.73%42.94%-
HSV(B)239.31º56.86%60%-
XYZ107.4731.05-
YUV76.5171.17120.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=23.08%
G=23.43%
B=53.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66671530.570.5600.4239.3139.7342.94
Hex4243993938028ef282b
Octal10210323171700503575053
Binary1000010100001110011001111001111000010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424399; }

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

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

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

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

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

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

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

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