#3D0386

Color #3D0386 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3D0386

Tints of Indigo #3D0386

Color information

#3D0386 (or 0x3D0386) is unknown color: approx Indigo. HEX triplet: 3D, 03 and 86. RGB value is (61,3,134). Sum of RGB (Red+Green+Blue) = 61+3+134=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D0386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0386 is #C2FC79. Grayscale: #222222. Windows color (decimal): -12778618 or 8782653. OLE color: 8782653.

HSL color Cylindrical-coordinate representation of color #3D0386: hue angle of 266.56º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0386 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB613134-
CMYK0.540.9800.47
HSL266.56º95.62%26.86%-
HSV(B)266.56º97.76%52.55%-
XYZ6.262.7822.76-
YUV35.28183.72146.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.81%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=30.81%
G=1.52%
B=67.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6131340.540.9800.47266.5695.6226.86
Hex3D386366202F10b601b
Octal7532066614205741314033
Binary111101111000011011011011000100101111100001011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,134); }

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

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

 a { background-color: rgb(61,3,134); }

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

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

 span { border-color: rgb(61,3,134); }

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