#3B0163

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

Shades of Indigo #3B0163

Tints of Indigo #3B0163

Color information

#3B0163 (or 0x3B0163) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 63. RGB value is (59,1,99). Sum of RGB (Red+Green+Blue) = 59+1+99=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B0163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0163 is #C4FE9C. Grayscale: #1D1D1D. Windows color (decimal): -12910237 or 6488379. OLE color: 6488379.

HSL color Cylindrical-coordinate representation of color #3B0163: hue angle of 275.51º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0163 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB59199-
CMYK0.400.9900.61
HSL275.51º98%19.61%-
HSV(B)275.51º98.99%38.82%-
XYZ4.071.8511.95-
YUV29.51167.22149.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=37.11%
G=0.63%
B=62.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal591990.400.9900.61275.519819.61
Hex3B163286303D1146214
Octal7311435014307542414224
Binary1110111110001110100011000110111101100010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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