#3B016F

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

Shades of Indigo #3B016F

Tints of Indigo #3B016F

Color information

#3B016F (or 0x3B016F) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 6F. RGB value is (59,1,111). Sum of RGB (Red+Green+Blue) = 59+1+111=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B016F is #C4FE90. Grayscale: #1E1E1E. Windows color (decimal): -12910225 or 7274811. OLE color: 7274811.

HSL color Cylindrical-coordinate representation of color #3B016F: hue angle of 271.64º 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 #3B016F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB591111-
CMYK0.470.9900.56
HSL271.64º98.21%21.96%-
HSV(B)271.64º99.1%43.53%-
XYZ4.682.115.2-
YUV30.88173.22148.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=34.50%
G=0.58%
B=64.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5911110.470.9900.56271.6498.2121.96
Hex3B16F2F630381106216
Octal7311575714307042014226
Binary1110111110111110111111000110111000100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,111); }

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

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

 a { background-color: rgb(59,1,111); }

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

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

 span { border-color: rgb(59,1,111); }

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