#423889

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

Shades of Dark Slate Blue #423889

Tints of Dark Slate Blue #423889

Color information

#423889 (or 0x423889) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 89. RGB value is (66,56,137). Sum of RGB (Red+Green+Blue) = 66+56+137=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #423889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423889 is #BDC776. Grayscale: #434343. Windows color (decimal): -12437367 or 8992834. OLE color: 8992834.

HSL color Cylindrical-coordinate representation of color #423889: hue angle of 247.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423889 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6656137-
CMYK0.520.5900.46
HSL247.41º41.97%37.84%-
HSV(B)247.41º59.12%53.73%-
XYZ8.185.7924.35-
YUV68.22166.81126.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=25.48%
G=21.62%
B=52.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66561370.520.5900.46247.4141.9737.84
Hex423889343B02Ef72a26
Octal1027021164730563675246
Binary100001011100010001001110100111011010111011110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423889; }

 p { color: rgb(66,56,137); }

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

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

 a { background-color: rgb(66,56,137); }

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

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

 span { border-color: rgb(66,56,137); }

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