#423C93

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

Shades of Dark Slate Blue #423C93

Tints of Dark Slate Blue #423C93

Color information

#423C93 (or 0x423C93) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3C and 93. RGB value is (66,60,147). Sum of RGB (Red+Green+Blue) = 66+60+147=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #423C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C93 is #BDC36C. Grayscale: #474747. Windows color (decimal): -12436333 or 9649218. OLE color: 9649218.

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

Color convert

RGB6660147-
CMYK0.550.5900.42
HSL244.14º42.03%40.59%-
HSV(B)244.14º59.18%57.65%-
XYZ9.136.528.38-
YUV71.71170.49123.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=24.18%
G=21.98%
B=53.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66601470.550.5900.42244.1442.0340.59
Hex423C93373B02Af42a29
Octal1027422367730523645251
Binary100001011110010010011110111111011010101011110100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C93; }

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

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

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

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

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

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

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

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