#423F99

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

Shades of Dark Slate Blue #423F99

Tints of Dark Slate Blue #423F99

Color information

#423F99 (or 0x423F99) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3F and 99. RGB value is (66,63,153). Sum of RGB (Red+Green+Blue) = 66+63+153=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #423F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F99 is #BDC066. Grayscale: #494949. Windows color (decimal): -12435559 or 10043202. OLE color: 10043202.

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

Color convert

RGB6663153-
CMYK0.570.5900.4
HSL242º41.67%42.35%-
HSV(B)242º58.82%60%-
XYZ9.777.0130.98-
YUV74.16172.49122.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=23.40%
G=22.34%
B=54.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66631530.570.5900.424241.6742.35
Hex423F99393B028f22a2a
Octal1027723171730503625252
Binary100001011111110011001111001111011010100011110010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,153); }

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

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

 a { background-color: rgb(66,63,153); }

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

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

 span { border-color: rgb(66,63,153); }

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