#3B0876

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

Shades of Persian Indigo #3B0876

Tints of Persian Indigo #3B0876

Color information

#3B0876 (or 0x3B0876) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 76. RGB value is (59,8,118). Sum of RGB (Red+Green+Blue) = 59+8+118=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0876 is #C4F789. Grayscale: #232323. Windows color (decimal): -12908426 or 7735355. OLE color: 7735355.

HSL color Cylindrical-coordinate representation of color #3B0876: hue angle of 267.82º 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 #3B0876 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB598118-
CMYK0.500.9300.54
HSL267.82º87.3%24.71%-
HSV(B)267.82º93.22%46.27%-
XYZ5.162.4117.33-
YUV35.79174.4144.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=31.89%
G=4.32%
B=63.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5981180.500.9300.54267.8287.324.71
Hex3B876325D03610c5719
Octal73101666213506641412731
Binary1110111000111011011001010111010110110100001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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