#3A0189

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

Shades of Indigo #3A0189

Tints of Indigo #3A0189

Color information

#3A0189 (or 0x3A0189) is unknown color: approx Indigo. HEX triplet: 3A, 01 and 89. RGB value is (58,1,137). Sum of RGB (Red+Green+Blue) = 58+1+137=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0189 is #C5FE76. Grayscale: #212121. Windows color (decimal): -12975735 or 8978746. OLE color: 8978746.

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

Color convert

RGB581137-
CMYK0.580.9900.46
HSL265.15º98.55%27.06%-
HSV(B)265.15º99.27%53.73%-
XYZ6.272.7323.86-
YUV33.55186.38145.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 137 (53.91% from 255) = 69.90%
R=29.59%
G=0.51%
B=69.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5811370.580.9900.46265.1598.5527.06
Hex3A1893A6302E109631b
Octal7212117214305641114333
Binary11101011000100111101011000110101110100001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,137); }

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

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

 a { background-color: rgb(58,1,137); }

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

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

 span { border-color: rgb(58,1,137); }

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