#3A1D72

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

Shades of Persian Indigo #3A1D72

Tints of Persian Indigo #3A1D72

Color information

#3A1D72 (or 0x3A1D72) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1D and 72. RGB value is (58,29,114). Sum of RGB (Red+Green+Blue) = 58+29+114=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D72 is #C5E28D. Grayscale: #2F2F2F. Windows color (decimal): -12968590 or 7478586. OLE color: 7478586.

HSL color Cylindrical-coordinate representation of color #3A1D72: hue angle of 260.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1D72 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5829114-
CMYK0.490.7500.55
HSL260.47º59.44%28.04%-
HSV(B)260.47º74.56%44.71%-
XYZ5.222.9916.22-
YUV47.36165.61135.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=28.86%
G=14.43%
B=56.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58291140.490.7500.55260.4759.4428.04
Hex3A1D72314B0371043b1c
Octal7235162611130674047334
Binary1110101110111100101100011001011011011110000010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,114); }

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

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

 a { background-color: rgb(58,29,114); }

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

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

 span { border-color: rgb(58,29,114); }

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