#423693

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

Shades of Dark Slate Blue #423693

Tints of Dark Slate Blue #423693

Color information

#423693 (or 0x423693) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 93. RGB value is (66,54,147). Sum of RGB (Red+Green+Blue) = 66+54+147=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #423693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423693 is #BDC96C. Grayscale: #434343. Windows color (decimal): -12437869 or 9647682. OLE color: 9647682.

HSL color Cylindrical-coordinate representation of color #423693: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423693 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6654147-
CMYK0.550.6300.42
HSL247.74º46.27%39.41%-
HSV(B)247.74º63.27%57.65%-
XYZ8.835.928.28-
YUV68.19172.48126.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=24.72%
G=20.22%
B=55.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66541470.550.6300.42247.7446.2739.41
Hex423693373F02Af82e27
Octal1026622367770523705647
Binary100001011011010010011110111111111010101011111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423693; }

 p { color: rgb(66,54,147); }

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

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

 a { background-color: rgb(66,54,147); }

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

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

 span { border-color: rgb(66,54,147); }

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