#423585

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

Shades of Dark Slate Blue #423585

Tints of Dark Slate Blue #423585

Color information

#423585 (or 0x423585) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 35 and 85. RGB value is (66,53,133). Sum of RGB (Red+Green+Blue) = 66+53+133=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #423585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423585 is #BDCA7A. Grayscale: #414141. Windows color (decimal): -12438139 or 8729922. OLE color: 8729922.

HSL color Cylindrical-coordinate representation of color #423585: hue angle of 249.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423585 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6653133-
CMYK0.500.6000.48
HSL249.75º43.01%36.47%-
HSV(B)249.75º60.15%52.16%-
XYZ7.755.422.82-
YUV66.01165.81128-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=26.19%
G=21.03%
B=52.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66531330.500.6000.48249.7543.0136.47
Hex423585323C030fa2b24
Octal1026520562740603725344
Binary100001011010110000101110010111100011000011111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423585; }

 p { color: rgb(66,53,133); }

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

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

 a { background-color: rgb(66,53,133); }

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

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

 span { border-color: rgb(66,53,133); }

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