#3A157C

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

Shades of Persian Indigo #3A157C

Tints of Persian Indigo #3A157C

Color information

#3A157C (or 0x3A157C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 7C. RGB value is (58,21,124). Sum of RGB (Red+Green+Blue) = 58+21+124=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A157C is #C5EA83. Grayscale: #2B2B2B. Windows color (decimal): -12970628 or 8131898. OLE color: 8131898.

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

Color convert

RGB5821124-
CMYK0.530.8300.51
HSL261.55º71.03%28.43%-
HSV(B)261.55º83.06%48.63%-
XYZ5.652.8919.33-
YUV43.8173.26138.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=28.57%
G=10.34%
B=61.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58211240.530.8300.51261.5571.0328.43
Hex3A157C3553033106471c
Octal72251746512306340610734
Binary11101010101111110011010110100110110011100000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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