#3A147B

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

Shades of Persian Indigo #3A147B

Tints of Persian Indigo #3A147B

Color information

#3A147B (or 0x3A147B) is unknown color: approx Persian Indigo. HEX triplet: 3A, 14 and 7B. RGB value is (58,20,123). Sum of RGB (Red+Green+Blue) = 58+20+123=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A147B is #C5EB84. Grayscale: #2A2A2A. Windows color (decimal): -12970885 or 8066106. OLE color: 8066106.

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

Color convert

RGB5820123-
CMYK0.530.8400.52
HSL262.14º72.03%28.04%-
HSV(B)262.14º83.74%48.24%-
XYZ5.572.8318.99-
YUV43.1173.09138.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=28.86%
G=9.95%
B=61.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58201230.530.8400.52262.1472.0328.04
Hex3A147B3554034106481c
Octal72241736512406440611034
Binary11101010100111101111010110101000110100100000110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,123); }

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

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

 a { background-color: rgb(58,20,123); }

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

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

 span { border-color: rgb(58,20,123); }

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