#423B93

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

Shades of Dark Slate Blue #423B93

Tints of Dark Slate Blue #423B93

Color information

#423B93 (or 0x423B93) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3B and 93. RGB value is (66,59,147). Sum of RGB (Red+Green+Blue) = 66+59+147=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #423B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B93 is #BDC46C. Grayscale: #464646. Windows color (decimal): -12436589 or 9648962. OLE color: 9648962.

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

Color convert

RGB6659147-
CMYK0.550.6000.42
HSL244.77º42.72%40.39%-
HSV(B)244.77º59.86%57.65%-
XYZ9.086.3928.36-
YUV71.12170.82124.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=24.26%
G=21.69%
B=54.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66591470.550.6000.42244.7742.7240.39
Hex423B93373C02Af52b28
Octal1027322367740523655350
Binary100001011101110010011110111111100010101011110101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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