#3A1B80

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

Shades of Persian Indigo #3A1B80

Tints of Persian Indigo #3A1B80

Color information

#3A1B80 (or 0x3A1B80) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1B and 80. RGB value is (58,27,128). Sum of RGB (Red+Green+Blue) = 58+27+128=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A1B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1B80 is #C5E47F. Grayscale: #2F2F2F. Windows color (decimal): -12969088 or 8395578. OLE color: 8395578.

HSL color Cylindrical-coordinate representation of color #3A1B80: hue angle of 258.42º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1B80 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5827128-
CMYK0.550.7900.50
HSL258.42º65.16%30.39%-
HSV(B)258.42º78.91%50.2%-
XYZ6.033.2420.73-
YUV47.78173.27135.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=27.23%
G=12.68%
B=60.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58271280.550.7900.50258.4265.1630.39
Hex3A1B80374F032102411e
Octal72332006711706240210136
Binary111010110111000000011011110011110110010100000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,27,128); }

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

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

 a { background-color: rgb(58,27,128); }

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

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

 span { border-color: rgb(58,27,128); }

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