#423D91

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

Shades of Dark Slate Blue #423D91

Tints of Dark Slate Blue #423D91

Color information

#423D91 (or 0x423D91) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3D and 91. RGB value is (66,61,145). Sum of RGB (Red+Green+Blue) = 66+61+145=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #423D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D91 is #BDC26E. Grayscale: #474747. Windows color (decimal): -12436079 or 9518402. OLE color: 9518402.

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

Color convert

RGB6661145-
CMYK0.540.5800.43
HSL243.57º40.78%40.39%-
HSV(B)243.57º57.93%56.86%-
XYZ9.036.5427.57-
YUV72.07169.16123.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=24.26%
G=22.43%
B=53.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66611450.540.5800.43243.5740.7840.39
Hex423D91363A02Bf42928
Octal1027522166720533645150
Binary100001011110110010001110110111010010101111110100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,145); }

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

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

 a { background-color: rgb(66,61,145); }

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

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

 span { border-color: rgb(66,61,145); }

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