#3A1084

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

Shades of Persian Indigo #3A1084

Tints of Persian Indigo #3A1084

Color information

#3A1084 (or 0x3A1084) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 84. RGB value is (58,16,132). Sum of RGB (Red+Green+Blue) = 58+16+132=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A1084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1084 is #C5EF7B. Grayscale: #292929. Windows color (decimal): -12971900 or 8654906. OLE color: 8654906.

HSL color Cylindrical-coordinate representation of color #3A1084: hue angle of 261.72º degrees, saturation: 0.78, 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 #3A1084 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5816132-
CMYK0.560.8800.48
HSL261.72º78.38%29.02%-
HSV(B)261.72º87.88%51.76%-
XYZ6.12.9422.08-
YUV41.78178.91139.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 132 (51.95% from 255) = 64.08%
R=28.16%
G=7.77%
B=64.08%

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
Decimal58161320.560.8800.48261.7278.3829.02
Hex3A108438580301064e1d
Octal72202047013006040611635
Binary111010100001000010011100010110000110000100000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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