#3A1082

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

Shades of Persian Indigo #3A1082

Tints of Persian Indigo #3A1082

Color information

#3A1082 (or 0x3A1082) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 82. RGB value is (58,16,130). Sum of RGB (Red+Green+Blue) = 58+16+130=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1082 is #C5EF7D. Grayscale: #292929. Windows color (decimal): -12971902 or 8523834. OLE color: 8523834.

HSL color Cylindrical-coordinate representation of color #3A1082: hue angle of 262.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1082 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5816130-
CMYK0.550.8800.49
HSL262.11º78.08%28.63%-
HSV(B)262.11º87.69%50.98%-
XYZ5.962.8821.36-
YUV41.55177.91139.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 130 (51.17% from 255) = 63.73%
R=28.43%
G=7.84%
B=63.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58161300.550.8800.49262.1178.0828.63
Hex3A108237580311064e1d
Octal72202026713006140611635
Binary111010100001000001011011110110000110001100000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,130); }

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

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

 a { background-color: rgb(58,16,130); }

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

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

 span { border-color: rgb(58,16,130); }

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