#3B0070

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

Shades of Indigo #3B0070

Tints of Indigo #3B0070

Color information

#3B0070 (or 0x3B0070) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 70. RGB value is (59,0,112). Sum of RGB (Red+Green+Blue) = 59+0+112=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0070 is #C4FF8F. Grayscale: #1E1E1E. Windows color (decimal): -12910480 or 7340091. OLE color: 7340091.

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

Color convert

RGB590112-
CMYK0.47100.56
HSL271.61º100%21.96%-
HSV(B)271.61º100%43.92%-
XYZ4.732.115.49-
YUV30.41174.05148.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 65.50%
R=34.50%
G=0%
B=65.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5901120.47100.56271.6110021.96
Hex3B0702F640381106416
Octal7301605714407042014426
Binary1110110111000010111111001000111000100010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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