#3A1C77

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

Shades of Persian Indigo #3A1C77

Tints of Persian Indigo #3A1C77

Color information

#3A1C77 (or 0x3A1C77) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1C and 77. RGB value is (58,28,119). Sum of RGB (Red+Green+Blue) = 58+28+119=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C77 is #C5E388. Grayscale: #2F2F2F. Windows color (decimal): -12968841 or 7806010. OLE color: 7806010.

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

Color convert

RGB5828119-
CMYK0.510.7600.53
HSL259.78º61.9%28.82%-
HSV(B)259.78º76.47%46.67%-
XYZ5.493.0617.75-
YUV47.34168.44135.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=28.29%
G=13.66%
B=58.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58281190.510.7600.53259.7861.928.82
Hex3A1C77334C0351043e1d
Octal7234167631140654047635
Binary1110101110011101111100111001100011010110000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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