#3B0071

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

Shades of Indigo #3B0071

Tints of Indigo #3B0071

Color information

#3B0071 (or 0x3B0071) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 71. RGB value is (59,0,113). Sum of RGB (Red+Green+Blue) = 59+0+113=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0071 is #C4FF8E. Grayscale: #1E1E1E. Windows color (decimal): -12910479 or 7405627. OLE color: 7405627.

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

Color convert

RGB590113-
CMYK0.48100.56
HSL271.33º100%22.16%-
HSV(B)271.33º100%44.31%-
XYZ4.782.1215.78-
YUV30.52174.55148.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=34.30%
G=0%
B=65.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5901130.48100.56271.3310022.16
Hex3B071306403810f6416
Octal7301616014407041714426
Binary1110110111000111000011001000111000100001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,113); }

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

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

 a { background-color: rgb(59,0,113); }

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

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

 span { border-color: rgb(59,0,113); }

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