#3A1A97

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

Shades of Persian Indigo #3A1A97

Tints of Persian Indigo #3A1A97

Color information

#3A1A97 (or 0x3A1A97) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1A and 97. RGB value is (58,26,151). Sum of RGB (Red+Green+Blue) = 58+26+151=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A1A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A97 is #C5E568. Grayscale: #313131. Windows color (decimal): -12969321 or 9902650. OLE color: 9902650.

HSL color Cylindrical-coordinate representation of color #3A1A97: hue angle of 255.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1A97 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5826151-
CMYK0.620.8300.41
HSL255.36º70.62%34.71%-
HSV(B)255.36º82.78%59.22%-
XYZ7.73.8729.62-
YUV49.82185.1133.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=24.68%
G=11.06%
B=64.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58261510.620.8300.41255.3670.6234.71
Hex3A1A973E53029ff4723
Octal72322277612305137710743
Binary111010110101001011111111010100110101001111111111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,26,151); }

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

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

 a { background-color: rgb(58,26,151); }

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

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

 span { border-color: rgb(58,26,151); }

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