#1F0876

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

Shades of Persian Indigo #1F0876

Tints of Persian Indigo #1F0876

Color information

#1F0876 (or 0x1F0876) is unknown color: approx Persian Indigo. HEX triplet: 1F, 08 and 76. RGB value is (31,8,118). Sum of RGB (Red+Green+Blue) = 31+8+118=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0876 is #E0F789. Grayscale: #1B1B1B. Windows color (decimal): -14743434 or 7735327. OLE color: 7735327.

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

Color convert

RGB318118-
CMYK0.740.9300.54
HSL252.55º87.3%24.71%-
HSV(B)252.55º93.22%46.27%-
XYZ3.921.7717.28-
YUV27.42179.12130.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=19.75%
G=5.10%
B=75.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3181180.740.9300.54252.5587.324.71
Hex1F8764A5D036fd5719
Octal371016611213506637512731
Binary111111000111011010010101011101011011011111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0876; }

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

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

<style>
 a { background-color: #1F0876; }

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

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

<style>
 span { border-color: #1F0876; }

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

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