#423B8C

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

Shades of Dark Slate Blue #423B8C

Tints of Dark Slate Blue #423B8C

Color information

#423B8C (or 0x423B8C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3B and 8C. RGB value is (66,59,140). Sum of RGB (Red+Green+Blue) = 66+59+140=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #423B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B8C is #BDC473. Grayscale: #464646. Windows color (decimal): -12436596 or 9190210. OLE color: 9190210.

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

Color convert

RGB6659140-
CMYK0.530.5800.45
HSL245.19º40.7%39.02%-
HSV(B)245.19º57.86%54.9%-
XYZ8.546.1825.55-
YUV70.33167.32124.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=24.91%
G=22.26%
B=52.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66591400.530.5800.45245.1940.739.02
Hex423B8C353A02Df52927
Octal1027321465720553655147
Binary100001011101110001100110101111010010110111110101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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