#3A129F

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

Shades of Persian Indigo #3A129F

Tints of Persian Indigo #3A129F

Color information

#3A129F (or 0x3A129F) is unknown color: approx Persian Indigo. HEX triplet: 3A, 12 and 9F. RGB value is (58,18,159). Sum of RGB (Red+Green+Blue) = 58+18+159=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A129F is #C5ED60. Grayscale: #2D2D2D. Windows color (decimal): -12971361 or 10424890. OLE color: 10424890.

HSL color Cylindrical-coordinate representation of color #3A129F: hue angle of 257.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A129F is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5818159-
CMYK0.640.8900.38
HSL257.02º79.66%34.71%-
HSV(B)257.02º88.68%62.35%-
XYZ8.223.8433.11-
YUV46.03191.75136.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=24.68%
G=7.66%
B=67.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58181590.640.8900.38257.0279.6634.71
Hex3A129F40590261015023
Octal722223710013104640112043
Binary11101010010100111111000000101100101001101000000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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