#423691

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

Shades of Dark Slate Blue #423691

Tints of Dark Slate Blue #423691

Color information

#423691 (or 0x423691) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 91. RGB value is (66,54,145). Sum of RGB (Red+Green+Blue) = 66+54+145=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #423691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423691 is #BDC96E. Grayscale: #434343. Windows color (decimal): -12437871 or 9516610. OLE color: 9516610.

HSL color Cylindrical-coordinate representation of color #423691: hue angle of 247.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423691 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6654145-
CMYK0.540.6300.43
HSL247.91º45.73%39.02%-
HSV(B)247.91º62.76%56.86%-
XYZ8.685.8427.46-
YUV67.96171.48126.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=24.91%
G=20.38%
B=54.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66541450.540.6300.43247.9145.7339.02
Hex423691363F02Bf82e27
Octal1026622166770533705647
Binary100001011011010010001110110111111010101111111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423691; }

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

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

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

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

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

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

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

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