#3A1A7D

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

Shades of Persian Indigo #3A1A7D

Tints of Persian Indigo #3A1A7D

Color information

#3A1A7D (or 0x3A1A7D) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1A and 7D. RGB value is (58,26,125). Sum of RGB (Red+Green+Blue) = 58+26+125=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A1A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A7D is #C5E582. Grayscale: #2E2E2E. Windows color (decimal): -12969347 or 8198714. OLE color: 8198714.

HSL color Cylindrical-coordinate representation of color #3A1A7D: hue angle of 259.39º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1A7D is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5826125-
CMYK0.540.7900.51
HSL259.39º65.56%29.61%-
HSV(B)259.39º79.2%49.02%-
XYZ5.823.1219.7-
YUV46.85172.1135.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=27.75%
G=12.44%
B=59.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58261250.540.7900.51259.3965.5629.61
Hex3A1A7D364F033103421e
Octal72321756611706340310236
Binary11101011010111110111011010011110110011100000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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