#423B8B

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

Shades of Dark Slate Blue #423B8B

Tints of Dark Slate Blue #423B8B

Color information

#423B8B (or 0x423B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3B and 8B. RGB value is (66,59,139). Sum of RGB (Red+Green+Blue) = 66+59+139=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #423B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B8B is #BDC474. Grayscale: #454545. Windows color (decimal): -12436597 or 9124674. OLE color: 9124674.

HSL color Cylindrical-coordinate representation of color #423B8B: hue angle of 245.25º degrees, saturation: 0.4, 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 #423B8B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6659139-
CMYK0.530.5800.45
HSL245.25º40.4%38.82%-
HSV(B)245.25º57.55%54.51%-
XYZ8.476.1525.17-
YUV70.21166.82125-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=25%
G=22.35%
B=52.65%

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
Decimal66591390.530.5800.45245.2540.438.82
Hex423B8B353A02Df52827
Octal1027321365720553655047
Binary100001011101110001011110101111010010110111110101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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