#423492

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

Shades of Dark Slate Blue #423492

Tints of Dark Slate Blue #423492

Color information

#423492 (or 0x423492) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 34 and 92. RGB value is (66,52,146). Sum of RGB (Red+Green+Blue) = 66+52+146=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #423492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423492 is #BDCB6D. Grayscale: #424242. Windows color (decimal): -12438382 or 9581634. OLE color: 9581634.

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

Color convert

RGB6652146-
CMYK0.550.6400.43
HSL248.94º47.47%38.82%-
HSV(B)248.94º64.38%57.25%-
XYZ8.665.6927.84-
YUV66.9172.64127.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=25%
G=19.70%
B=55.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66521460.550.6400.43248.9447.4738.82
Hex423492374002Bf92f27
Octal10264222671000533715747
Binary1000010110100100100101101111000000010101111111001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423492; }

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

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

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

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

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

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

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

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