#3A0876

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

Shades of Persian Indigo #3A0876

Tints of Persian Indigo #3A0876

Color information

#3A0876 (or 0x3A0876) is unknown color: approx Persian Indigo. HEX triplet: 3A, 08 and 76. RGB value is (58,8,118). Sum of RGB (Red+Green+Blue) = 58+8+118=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0876 is #C5F789. Grayscale: #232323. Windows color (decimal): -12973962 or 7735354. OLE color: 7735354.

HSL color Cylindrical-coordinate representation of color #3A0876: hue angle of 267.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0876 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB588118-
CMYK0.510.9300.54
HSL267.27º87.3%24.71%-
HSV(B)267.27º93.22%46.27%-
XYZ5.12.3817.33-
YUV35.49174.56144.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 118 (46.48% from 255) = 64.13%
R=31.52%
G=4.35%
B=64.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5881180.510.9300.54267.2787.324.71
Hex3A876335D03610b5719
Octal72101666313506641312731
Binary1110101000111011011001110111010110110100001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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