#3A1284

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

Shades of Persian Indigo #3A1284

Tints of Persian Indigo #3A1284

Color information

#3A1284 (or 0x3A1284) is unknown color: approx Persian Indigo. HEX triplet: 3A, 12 and 84. RGB value is (58,18,132). Sum of RGB (Red+Green+Blue) = 58+18+132=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1284 is #C5ED7B. Grayscale: #2A2A2A. Windows color (decimal): -12971388 or 8655418. OLE color: 8655418.

HSL color Cylindrical-coordinate representation of color #3A1284: hue angle of 261.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1284 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5818132-
CMYK0.560.8600.48
HSL261.05º76%29.41%-
HSV(B)261.05º86.36%51.76%-
XYZ6.13322.09-
YUV42.96178.25138.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=27.88%
G=8.65%
B=63.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58181320.560.8600.48261.057629.41
Hex3A128438560301054c1d
Octal72222047012606040511435
Binary111010100101000010011100010101100110000100000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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