#3A157A

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

Shades of Persian Indigo #3A157A

Tints of Persian Indigo #3A157A

Color information

#3A157A (or 0x3A157A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 7A. RGB value is (58,21,122). Sum of RGB (Red+Green+Blue) = 58+21+122=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A157A is #C5EA85. Grayscale: #2B2B2B. Windows color (decimal): -12970630 or 8000826. OLE color: 8000826.

HSL color Cylindrical-coordinate representation of color #3A157A: hue angle of 261.98º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A157A is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5821122-
CMYK0.520.8300.52
HSL261.98º70.63%28.04%-
HSV(B)261.98º82.79%47.84%-
XYZ5.532.8418.67-
YUV43.58172.26138.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=28.86%
G=10.45%
B=60.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58211220.520.8300.52261.9870.6328.04
Hex3A157A3453034106471c
Octal72251726412306440610734
Binary11101010101111101011010010100110110100100000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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