#423289

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

Shades of Dark Slate Blue #423289

Tints of Dark Slate Blue #423289

Color information

#423289 (or 0x423289) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 32 and 89. RGB value is (66,50,137). Sum of RGB (Red+Green+Blue) = 66+50+137=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #423289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423289 is #BDCD76. Grayscale: #404040. Windows color (decimal): -12438903 or 8991298. OLE color: 8991298.

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

Color convert

RGB6650137-
CMYK0.520.6400.46
HSL251.03º46.52%36.67%-
HSV(B)251.03º63.5%53.73%-
XYZ7.95.2524.26-
YUV64.7168.8128.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=26.09%
G=19.76%
B=54.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66501370.520.6400.46251.0346.5236.67
Hex423289344002Efb2f25
Octal10262211641000563735745
Binary1000010110010100010011101001000000010111011111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423289; }

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

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

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

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

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

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

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

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