#423F93

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

Shades of Dark Slate Blue #423F93

Tints of Dark Slate Blue #423F93

Color information

#423F93 (or 0x423F93) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3F and 93. RGB value is (66,63,147). Sum of RGB (Red+Green+Blue) = 66+63+147=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #423F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F93 is #BDC06C. Grayscale: #494949. Windows color (decimal): -12435565 or 9649986. OLE color: 9649986.

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

Color convert

RGB6663147-
CMYK0.550.5700.42
HSL242.14º40%41.18%-
HSV(B)242.14º57.14%57.65%-
XYZ9.296.8228.43-
YUV73.47169.49122.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=23.91%
G=22.83%
B=53.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66631470.550.5700.42242.144041.18
Hex423F93373902Af22829
Octal1027722367710523625051
Binary100001011111110010011110111111001010101011110010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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