#3A0498

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

Shades of Indigo #3A0498

Tints of Indigo #3A0498

Color information

#3A0498 (or 0x3A0498) is unknown color: approx Indigo. HEX triplet: 3A, 04 and 98. RGB value is (58,4,152). Sum of RGB (Red+Green+Blue) = 58+4+152=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0498 is #C5FB67. Grayscale: #242424. Windows color (decimal): -12974952 or 9962554. OLE color: 9962554.

HSL color Cylindrical-coordinate representation of color #3A0498: hue angle of 261.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0498 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB584152-
CMYK0.620.9700.40
HSL261.89º94.87%30.59%-
HSV(B)261.89º97.37%59.61%-
XYZ7.463.2529.94-
YUV37.02192.89142.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 152 (59.77% from 255) = 71.03%
R=27.10%
G=1.87%
B=71.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5841520.620.9700.40261.8994.8730.59
Hex3A4983E610281065f1f
Octal7242307614105040613737
Binary1110101001001100011111011000010101000100000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,152); }

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

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

 a { background-color: rgb(58,4,152); }

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

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

 span { border-color: rgb(58,4,152); }

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