#3A1476

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

Shades of Persian Indigo #3A1476

Tints of Persian Indigo #3A1476

Color information

#3A1476 (or 0x3A1476) is unknown color: approx Persian Indigo. HEX triplet: 3A, 14 and 76. RGB value is (58,20,118). Sum of RGB (Red+Green+Blue) = 58+20+118=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1476 is #C5EB89. Grayscale: #2A2A2A. Windows color (decimal): -12970890 or 7738426. OLE color: 7738426.

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

Color convert

RGB5820118-
CMYK0.510.8300.54
HSL263.27º71.01%27.06%-
HSV(B)263.27º83.05%46.27%-
XYZ5.272.7117.38-
YUV42.53170.59139.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=29.59%
G=10.20%
B=60.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58201180.510.8300.54263.2771.0127.06
Hex3A14763353036107471b
Octal72241666312306640710733
Binary11101010100111011011001110100110110110100000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,118); }

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

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

 a { background-color: rgb(58,20,118); }

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

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

 span { border-color: rgb(58,20,118); }

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