#3B0075

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

Shades of Indigo #3B0075

Tints of Indigo #3B0075

Color information

#3B0075 (or 0x3B0075) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 75. RGB value is (59,0,117). Sum of RGB (Red+Green+Blue) = 59+0+117=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0075 is #C4FF8A. Grayscale: #1E1E1E. Windows color (decimal): -12910475 or 7667771. OLE color: 7667771.

HSL color Cylindrical-coordinate representation of color #3B0075: hue angle of 270.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0075 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB590117-
CMYK0.50100.54
HSL270.26º100%22.94%-
HSV(B)270.26º100%45.88%-
XYZ5.012.2116.99-
YUV30.98176.55147.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=33.52%
G=0%
B=66.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5901170.50100.54270.2610022.94
Hex3B075326403610e6417
Octal7301656214406641614427
Binary1110110111010111001011001000110110100001110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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