#423480

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

Shades of Dark Slate Blue #423480

Tints of Dark Slate Blue #423480

Color information

#423480 (or 0x423480) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 34 and 80. RGB value is (66,52,128). Sum of RGB (Red+Green+Blue) = 66+52+128=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #423480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423480 is #BDCB7F. Grayscale: #404040. Windows color (decimal): -12438400 or 8401986. OLE color: 8401986.

HSL color Cylindrical-coordinate representation of color #423480: hue angle of 251.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423480 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6652128-
CMYK0.480.5900.50
HSL251.05º42.22%35.29%-
HSV(B)251.05º59.38%50.2%-
XYZ7.375.1721.03-
YUV64.85163.64128.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=26.83%
G=21.14%
B=52.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66521280.480.5900.50251.0542.2235.29
Hex423480303B032fb2a23
Octal1026420060730623735243
Binary100001011010010000000110000111011011001011111011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423480; }

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

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

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

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

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

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

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

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