#423EA0

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

Shades of Dark Slate Blue #423EA0

Tints of Dark Slate Blue #423EA0

Color information

#423EA0 (or 0x423EA0) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3E and A0. RGB value is (66,62,160). Sum of RGB (Red+Green+Blue) = 66+62+160=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #423EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EA0 is #BDC15F. Grayscale: #494949. Windows color (decimal): -12435808 or 10501698. OLE color: 10501698.

HSL color Cylindrical-coordinate representation of color #423EA0: hue angle of 242.45º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423EA0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6662160-
CMYK0.590.6100.37
HSL242.45º44.14%43.53%-
HSV(B)242.45º61.25%62.75%-
XYZ10.317.1434.09-
YUV74.37176.33122.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=22.92%
G=21.53%
B=55.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66621600.590.6100.37242.4544.1443.53
Hex423EA03B3D025f22c2c
Octal1027624073750453625454
Binary100001011111010100000111011111101010010111110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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