#3A1592

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

Shades of Persian Indigo #3A1592

Tints of Persian Indigo #3A1592

Color information

#3A1592 (or 0x3A1592) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 92. RGB value is (58,21,146). Sum of RGB (Red+Green+Blue) = 58+21+146=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A1592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1592 is #C5EA6D. Grayscale: #2D2D2D. Windows color (decimal): -12970606 or 9573690. OLE color: 9573690.

HSL color Cylindrical-coordinate representation of color #3A1592: hue angle of 257.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1592 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5821146-
CMYK0.600.8600.43
HSL257.76º74.85%32.75%-
HSV(B)257.76º85.62%57.25%-
XYZ7.23.5127.49-
YUV46.31184.26136.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=25.78%
G=9.33%
B=64.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58211460.600.8600.43257.7674.8532.75
Hex3A15923C5602B1024b21
Octal72252227412605340211341
Binary1110101010110010010111100101011001010111000000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,146); }

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

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

 a { background-color: rgb(58,21,146); }

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

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

 span { border-color: rgb(58,21,146); }

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