#3D015F

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

Shades of Indigo #3D015F

Tints of Indigo #3D015F

Color information

#3D015F (or 0x3D015F) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 5F. RGB value is (61,1,95). Sum of RGB (Red+Green+Blue) = 61+1+95=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D015F is #C2FEA0. Grayscale: #1D1D1D. Windows color (decimal): -12779169 or 6226237. OLE color: 6226237.

HSL color Cylindrical-coordinate representation of color #3D015F: hue angle of 278.3º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D015F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB61195-
CMYK0.360.9900.63
HSL278.3º97.92%18.82%-
HSV(B)278.3º98.95%37.25%-
XYZ41.8410.97-
YUV29.66164.88150.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 95 (37.5% from 255) = 60.51%
R=38.85%
G=0.64%
B=60.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal611950.360.9900.63278.397.9218.82
Hex3D15F246303F1166213
Octal7511374414307742614223
Binary1111011101111110010011000110111111100010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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