#3A1978

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

Shades of Persian Indigo #3A1978

Tints of Persian Indigo #3A1978

Color information

#3A1978 (or 0x3A1978) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 78. RGB value is (58,25,120). Sum of RGB (Red+Green+Blue) = 58+25+120=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1978 is #C5E687. Grayscale: #2D2D2D. Windows color (decimal): -12969608 or 7870778. OLE color: 7870778.

HSL color Cylindrical-coordinate representation of color #3A1978: hue angle of 260.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1978 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5825120-
CMYK0.520.7900.53
HSL260.84º65.52%28.43%-
HSV(B)260.84º79.17%47.06%-
XYZ5.482.9518.05-
YUV45.7169.93136.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=28.57%
G=12.32%
B=59.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58251200.520.7900.53260.8465.5228.43
Hex3A1978344F035105421c
Octal72311706411706540510234
Binary11101011001111100011010010011110110101100000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,120); }

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

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

 a { background-color: rgb(58,25,120); }

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

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

 span { border-color: rgb(58,25,120); }

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