#3B018F

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

Shades of Indigo #3B018F

Tints of Indigo #3B018F

Color information

#3B018F (or 0x3B018F) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 8F. RGB value is (59,1,143). Sum of RGB (Red+Green+Blue) = 59+1+143=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B018F is #C4FE70. Grayscale: #222222. Windows color (decimal): -12910193 or 9371963. OLE color: 9371963.

HSL color Cylindrical-coordinate representation of color #3B018F: hue angle of 264.51º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B018F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB591143-
CMYK0.590.9900.44
HSL264.51º98.61%28.24%-
HSV(B)264.51º99.3%56.08%-
XYZ6.772.9326.2-
YUV34.53189.22145.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 143 (56.25% from 255) = 70.44%
R=29.06%
G=0.49%
B=70.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5911430.590.9900.44264.5198.6128.24
Hex3B18F3B6302C109631c
Octal7312177314305441114334
Binary11101111000111111101111000110101100100001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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