#3A1777

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

Shades of Persian Indigo #3A1777

Tints of Persian Indigo #3A1777

Color information

#3A1777 (or 0x3A1777) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and 77. RGB value is (58,23,119). Sum of RGB (Red+Green+Blue) = 58+23+119=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1777 is #C5E888. Grayscale: #2C2C2C. Windows color (decimal): -12970121 or 7804730. OLE color: 7804730.

HSL color Cylindrical-coordinate representation of color #3A1777: hue angle of 261.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1777 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5823119-
CMYK0.510.8100.53
HSL261.88º67.61%27.84%-
HSV(B)261.88º80.67%46.67%-
XYZ5.382.8417.72-
YUV44.41170.1137.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=29%
G=11.5%
B=59.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58231190.510.8100.53261.8867.6127.84
Hex3A17773351035106441c
Octal72271676312106540610434
Binary11101010111111011111001110100010110101100000110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,119); }

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

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

 a { background-color: rgb(58,23,119); }

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

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

 span { border-color: rgb(58,23,119); }

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