#3A1D9C

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

Shades of Persian Indigo #3A1D9C

Tints of Persian Indigo #3A1D9C

Color information

#3A1D9C (or 0x3A1D9C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1D and 9C. RGB value is (58,29,156). Sum of RGB (Red+Green+Blue) = 58+29+156=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A1D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1D9C is #C5E263. Grayscale: #333333. Windows color (decimal): -12968548 or 10231098. OLE color: 10231098.

HSL color Cylindrical-coordinate representation of color #3A1D9C: hue angle of 253.7º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1D9C is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5829156-
CMYK0.630.8100.39
HSL253.7º68.65%36.27%-
HSV(B)253.7º81.41%61.18%-
XYZ8.194.1831.83-
YUV52.15186.61132.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=23.87%
G=11.93%
B=64.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58291560.630.8100.39253.768.6536.27
Hex3A1D9C3F51027fe4524
Octal72352347712104737610544
Binary111010111011001110011111110100010100111111111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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