#3A0881

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

Shades of Persian Indigo #3A0881

Tints of Persian Indigo #3A0881

Color information

#3A0881 (or 0x3A0881) is unknown color: approx Persian Indigo. HEX triplet: 3A, 08 and 81. RGB value is (58,8,129). Sum of RGB (Red+Green+Blue) = 58+8+129=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A0881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0881 is #C5F77E. Grayscale: #242424. Windows color (decimal): -12973951 or 8456250. OLE color: 8456250.

HSL color Cylindrical-coordinate representation of color #3A0881: hue angle of 264.79º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0881 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB588129-
CMYK0.550.9400.49
HSL264.79º88.32%26.86%-
HSV(B)264.79º93.8%50.59%-
XYZ5.792.6620.98-
YUV36.74180.06143.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 129 (50.78% from 255) = 66.15%
R=29.74%
G=4.10%
B=66.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5881290.550.9400.49264.7988.3226.86
Hex3A881375E031109581b
Octal72102016713606141113033
Binary11101010001000000111011110111100110001100001001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,129); }

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

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

 a { background-color: rgb(58,8,129); }

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

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

 span { border-color: rgb(58,8,129); }

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