#3A1D7A

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

Shades of Persian Indigo #3A1D7A

Tints of Persian Indigo #3A1D7A

Color information

#3A1D7A (or 0x3A1D7A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1D and 7A. RGB value is (58,29,122). Sum of RGB (Red+Green+Blue) = 58+29+122=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A1D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D7A is #C5E285. Grayscale: #2F2F2F. Windows color (decimal): -12968582 or 8002874. OLE color: 8002874.

HSL color Cylindrical-coordinate representation of color #3A1D7A: hue angle of 258.71º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1D7A is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5829122-
CMYK0.520.7600.52
HSL258.71º61.59%29.61%-
HSV(B)258.71º76.23%47.84%-
XYZ5.73.1818.73-
YUV48.27169.61134.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=27.75%
G=13.88%
B=58.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58291220.520.7600.52258.7161.5929.61
Hex3A1D7A344C0341033e1e
Octal7235172641140644037636
Binary1110101110111110101101001001100011010010000001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,122); }

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

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

 a { background-color: rgb(58,29,122); }

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

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

 span { border-color: rgb(58,29,122); }

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