#3F3691

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

Shades of Dark Slate Blue #3F3691

Tints of Dark Slate Blue #3F3691

Color information

#3F3691 (or 0x3F3691) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 36 and 91. RGB value is (63,54,145). Sum of RGB (Red+Green+Blue) = 63+54+145=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F3691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3691 is #C0C96E. Grayscale: #424242. Windows color (decimal): -12634479 or 9516607. OLE color: 9516607.

HSL color Cylindrical-coordinate representation of color #3F3691: hue angle of 245.93º 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 #3F3691 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6354145-
CMYK0.570.6300.43
HSL245.93º45.73%39.02%-
HSV(B)245.93º62.76%56.86%-
XYZ8.485.7427.45-
YUV67.06171.98125.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=24.05%
G=20.61%
B=55.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63541450.570.6300.43245.9345.7339.02
Hex3F3691393F02Bf62e27
Octal776622171770533665647
Binary11111111011010010001111001111111010101111110110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3691; }

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

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

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

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

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

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

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

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