#3A1B79

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

Shades of Persian Indigo #3A1B79

Tints of Persian Indigo #3A1B79

Color information

#3A1B79 (or 0x3A1B79) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1B and 79. RGB value is (58,27,121). Sum of RGB (Red+Green+Blue) = 58+27+121=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A1B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B79 is #C5E486. Grayscale: #2E2E2E. Windows color (decimal): -12969095 or 7936826. OLE color: 7936826.

HSL color Cylindrical-coordinate representation of color #3A1B79: hue angle of 259.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1B79 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5827121-
CMYK0.520.7800.53
HSL259.79º63.51%29.02%-
HSV(B)259.79º77.69%47.45%-
XYZ5.593.0618.39-
YUV46.98169.77135.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=28.16%
G=13.11%
B=58.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58271210.520.7800.53259.7963.5129.02
Hex3A1B79344E035104401d
Octal72331716411606540410035
Binary11101011011111100111010010011100110101100000100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,27,121); }

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

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

 a { background-color: rgb(58,27,121); }

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

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

 span { border-color: rgb(58,27,121); }

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