#423992

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

Shades of Dark Slate Blue #423992

Tints of Dark Slate Blue #423992

Color information

#423992 (or 0x423992) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 39 and 92. RGB value is (66,57,146). Sum of RGB (Red+Green+Blue) = 66+57+146=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #423992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423992 is #BDC66D. Grayscale: #454545. Windows color (decimal): -12437102 or 9582914. OLE color: 9582914.

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

Color convert

RGB6657146-
CMYK0.550.6100.43
HSL246.07º43.84%39.8%-
HSV(B)246.07º60.96%57.25%-
XYZ8.96.1627.91-
YUV69.84170.98125.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=24.54%
G=21.19%
B=54.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66571460.550.6100.43246.0743.8439.8
Hex423992373D02Bf62c28
Octal1027122267750533665450
Binary100001011100110010010110111111101010101111110110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423992; }

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

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

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

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

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

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

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

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