#3A1086

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

Shades of Persian Indigo #3A1086

Tints of Persian Indigo #3A1086

Color information

#3A1086 (or 0x3A1086) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 86. RGB value is (58,16,134). Sum of RGB (Red+Green+Blue) = 58+16+134=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A1086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1086 is #C5EF79. Grayscale: #292929. Windows color (decimal): -12971898 or 8785978. OLE color: 8785978.

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

Color convert

RGB5816134-
CMYK0.570.8800.47
HSL261.36º78.67%29.41%-
HSV(B)261.36º88.06%52.55%-
XYZ6.232.9922.8-
YUV42.01179.91139.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 134 (52.73% from 255) = 64.42%
R=27.88%
G=7.69%
B=64.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58161340.570.8800.47261.3678.6729.41
Hex3A1086395802F1054f1d
Octal72202067113005740511735
Binary111010100001000011011100110110000101111100000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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