#3A1085

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

Shades of Persian Indigo #3A1085

Tints of Persian Indigo #3A1085

Color information

#3A1085 (or 0x3A1085) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 85. RGB value is (58,16,133). Sum of RGB (Red+Green+Blue) = 58+16+133=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1085 is #C5EF7A. Grayscale: #292929. Windows color (decimal): -12971899 or 8720442. OLE color: 8720442.

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

Color convert

RGB5816133-
CMYK0.560.8800.48
HSL261.54º78.52%29.22%-
HSV(B)261.54º87.97%52.16%-
XYZ6.162.9622.44-
YUV41.9179.41139.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=28.02%
G=7.73%
B=64.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58161330.560.8800.48261.5478.5229.22
Hex3A108538580301064f1d
Octal72202057013006040611735
Binary111010100001000010111100010110000110000100000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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