#3D0171

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

Shades of Indigo #3D0171

Tints of Indigo #3D0171

Color information

#3D0171 (or 0x3D0171) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 71. RGB value is (61,1,113). Sum of RGB (Red+Green+Blue) = 61+1+113=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0171 is #C2FE8E. Grayscale: #1F1F1F. Windows color (decimal): -12779151 or 7405885. OLE color: 7405885.

HSL color Cylindrical-coordinate representation of color #3D0171: hue angle of 272.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0171 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB611113-
CMYK0.460.9900.56
HSL272.14º98.25%22.35%-
HSV(B)272.14º99.12%44.31%-
XYZ4.922.2115.79-
YUV31.71173.88148.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 113 (44.53% from 255) = 64.57%
R=34.86%
G=0.57%
B=64.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111130.460.9900.56272.1498.2522.35
Hex3D1712E630381106216
Octal7511615614307042014226
Binary1111011111000110111011000110111000100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,113); }

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

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

 a { background-color: rgb(61,1,113); }

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

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

 span { border-color: rgb(61,1,113); }

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