#3B0175

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

Shades of Indigo #3B0175

Tints of Indigo #3B0175

Color information

#3B0175 (or 0x3B0175) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 75. RGB value is (59,1,117). Sum of RGB (Red+Green+Blue) = 59+1+117=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0175 is #C4FE8A. Grayscale: #1F1F1F. Windows color (decimal): -12910219 or 7668027. OLE color: 7668027.

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

Color convert

RGB591117-
CMYK0.500.9900.54
HSL270º98.31%23.14%-
HSV(B)270º99.15%45.88%-
XYZ5.032.2417-
YUV31.57176.22147.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=33.33%
G=0.56%
B=66.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5911170.500.9900.5427098.3123.14
Hex3B175326303610e6217
Octal7311656214306641614227
Binary1110111111010111001011000110110110100001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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