#423E9A

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

Shades of Dark Slate Blue #423E9A

Tints of Dark Slate Blue #423E9A

Color information

#423E9A (or 0x423E9A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3E and 9A. RGB value is (66,62,154). Sum of RGB (Red+Green+Blue) = 66+62+154=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #423E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E9A is #BDC165. Grayscale: #494949. Windows color (decimal): -12435814 or 10108482. OLE color: 10108482.

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

Color convert

RGB6662154-
CMYK0.570.6000.40
HSL242.61º42.59%42.35%-
HSV(B)242.61º59.74%60.39%-
XYZ9.86.9431.39-
YUV73.68173.33122.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=23.40%
G=21.99%
B=54.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66621540.570.6000.40242.6142.5942.35
Hex423E9A393C028f32b2a
Octal1027623271740503635352
Binary100001011111010011010111001111100010100011110011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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