#423886

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

Shades of Dark Slate Blue #423886

Tints of Dark Slate Blue #423886

Color information

#423886 (or 0x423886) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 86. RGB value is (66,56,134). Sum of RGB (Red+Green+Blue) = 66+56+134=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #423886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423886 is #BDC779. Grayscale: #434343. Windows color (decimal): -12437370 or 8796226. OLE color: 8796226.

HSL color Cylindrical-coordinate representation of color #423886: hue angle of 247.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423886 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6656134-
CMYK0.510.5800.47
HSL247.69º41.05%37.25%-
HSV(B)247.69º58.21%52.55%-
XYZ7.965.7123.24-
YUV67.88165.31126.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=25.78%
G=21.88%
B=52.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66561340.510.5800.47247.6941.0537.25
Hex423886333A02Ff82925
Octal1027020663720573705145
Binary100001011100010000110110011111010010111111111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423886; }

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

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

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

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

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

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

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

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