#3A129B

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

Shades of Persian Indigo #3A129B

Tints of Persian Indigo #3A129B

Color information

#3A129B (or 0x3A129B) is unknown color: approx Persian Indigo. HEX triplet: 3A, 12 and 9B. RGB value is (58,18,155). Sum of RGB (Red+Green+Blue) = 58+18+155=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A129B is #C5ED64. Grayscale: #2D2D2D. Windows color (decimal): -12971365 or 10162746. OLE color: 10162746.

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

Color convert

RGB5818155-
CMYK0.630.8800.39
HSL257.52º79.19%33.92%-
HSV(B)257.52º88.39%60.78%-
XYZ7.883.731.31-
YUV45.58189.75136.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.11%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=25.11%
G=7.79%
B=67.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58181550.630.8800.39257.5279.1933.92
Hex3A129B3F580271024f22
Octal72222337713004740211742
Binary1110101001010011011111111101100001001111000000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,155); }

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

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

 a { background-color: rgb(58,18,155); }

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

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

 span { border-color: rgb(58,18,155); }

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