#3B0477

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

Shades of Indigo #3B0477

Tints of Indigo #3B0477

Color information

#3B0477 (or 0x3B0477) is unknown color: approx Indigo. HEX triplet: 3B, 04 and 77. RGB value is (59,4,119). Sum of RGB (Red+Green+Blue) = 59+4+119=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0477 is #C4FB88. Grayscale: #212121. Windows color (decimal): -12909449 or 7799867. OLE color: 7799867.

HSL color Cylindrical-coordinate representation of color #3B0477: hue angle of 268.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0477 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB594119-
CMYK0.500.9700.53
HSL268.7º93.5%24.12%-
HSV(B)268.7º96.64%46.67%-
XYZ5.182.3517.63-
YUV33.56176.22146.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 119 (46.88% from 255) = 65.38%
R=32.42%
G=2.20%
B=65.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5941190.500.9700.53268.793.524.12
Hex3B477326103510d5d18
Octal7341676214106541513530
Binary111011100111011111001011000010110101100001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,119); }

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

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

 a { background-color: rgb(59,4,119); }

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

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

 span { border-color: rgb(59,4,119); }

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