#423E8C

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

Shades of Dark Slate Blue #423E8C

Tints of Dark Slate Blue #423E8C

Color information

#423E8C (or 0x423E8C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3E and 8C. RGB value is (66,62,140). Sum of RGB (Red+Green+Blue) = 66+62+140=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #423E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E8C is #BDC173. Grayscale: #474747. Windows color (decimal): -12435828 or 9190978. OLE color: 9190978.

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

Color convert

RGB6662140-
CMYK0.530.5600.45
HSL243.08º38.61%39.61%-
HSV(B)243.08º55.71%54.9%-
XYZ8.76.525.61-
YUV72.09166.33123.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=24.63%
G=23.13%
B=52.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66621400.530.5600.45243.0838.6139.61
Hex423E8C353802Df32728
Octal1027621465700553634750
Binary100001011111010001100110101111000010110111110011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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