#3F3082

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

Shades of Dark Slate Blue #3F3082

Tints of Dark Slate Blue #3F3082

Color information

#3F3082 (or 0x3F3082) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 30 and 82. RGB value is (63,48,130). Sum of RGB (Red+Green+Blue) = 63+48+130=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F3082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3082 is #C0CF7D. Grayscale: #3D3D3D. Windows color (decimal): -12636030 or 8532031. OLE color: 8532031.

HSL color Cylindrical-coordinate representation of color #3F3082: hue angle of 250.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3082 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6348130-
CMYK0.520.6300.49
HSL250.98º46.07%34.9%-
HSV(B)250.98º63.08%50.98%-
XYZ7.144.7821.67-
YUV61.83166.47128.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=26.14%
G=19.92%
B=53.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63481300.520.6300.49250.9846.0734.9
Hex3F3082343F031fb2e23
Octal776020264770613735643
Binary11111111000010000010110100111111011000111111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,130); }

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

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

 a { background-color: rgb(63,48,130); }

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

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

 span { border-color: rgb(63,48,130); }

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