#3B016E

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

Shades of Indigo #3B016E

Tints of Indigo #3B016E

Color information

#3B016E (or 0x3B016E) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 6E. RGB value is (59,1,110). Sum of RGB (Red+Green+Blue) = 59+1+110=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B016E is #C4FE91. Grayscale: #1E1E1E. Windows color (decimal): -12910226 or 7209275. OLE color: 7209275.

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

Color convert

RGB591110-
CMYK0.460.9900.57
HSL271.93º98.2%21.76%-
HSV(B)271.93º99.09%43.14%-
XYZ4.632.0814.91-
YUV30.77172.72148.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 110 (43.36% from 255) = 64.71%
R=34.71%
G=0.59%
B=64.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5911100.460.9900.57271.9398.221.76
Hex3B16E2E630391106216
Octal7311565614307142014226
Binary1110111110111010111011000110111001100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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