#3A1BA2

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

Shades of Persian Indigo #3A1BA2

Tints of Persian Indigo #3A1BA2

Color information

#3A1BA2 (or 0x3A1BA2) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1B and A2. RGB value is (58,27,162). Sum of RGB (Red+Green+Blue) = 58+27+162=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 162 (63.67% from 255 or 65.59% from 247); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A1BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1BA2 is #C5E45D. Grayscale: #333333. Windows color (decimal): -12969054 or 10623802. OLE color: 10623802.

HSL color Cylindrical-coordinate representation of color #3A1BA2: hue angle of 253.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1BA2 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5827162-
CMYK0.640.8300.36
HSL253.78º71.43%37.06%-
HSV(B)253.78º83.33%63.53%-
XYZ8.664.2934.55-
YUV51.66190.27132.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 162 (63.67% from 255) = 65.59%
R=23.48%
G=10.93%
B=65.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58271620.640.8300.36253.7871.4337.06
Hex3A1BA24053024fe4725
Octal723324210012304437610745
Binary1110101101110100010100000010100110100100111111101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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