#423E8F

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

Shades of Dark Slate Blue #423E8F

Tints of Dark Slate Blue #423E8F

Color information

#423E8F (or 0x423E8F) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3E and 8F. RGB value is (66,62,143). Sum of RGB (Red+Green+Blue) = 66+62+143=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #423E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E8F is #BDC170. Grayscale: #484848. Windows color (decimal): -12435825 or 9387586. OLE color: 9387586.

HSL color Cylindrical-coordinate representation of color #423E8F: hue angle of 242.96º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423E8F is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6662143-
CMYK0.540.5700.44
HSL242.96º39.51%40.2%-
HSV(B)242.96º56.64%56.08%-
XYZ8.936.5926.79-
YUV72.43167.83123.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=24.35%
G=22.88%
B=52.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66621430.540.5700.44242.9639.5140.2
Hex423E8F363902Cf32828
Octal1027621766710543635050
Binary100001011111010001111110110111001010110011110011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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