#1F0076

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

Shades of Persian Indigo #1F0076

Tints of Persian Indigo #1F0076

Color information

#1F0076 (or 0x1F0076) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 76. RGB value is (31,0,118). Sum of RGB (Red+Green+Blue) = 31+0+118=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0076 is #E0FF89. Grayscale: #161616. Windows color (decimal): -14745482 or 7733279. OLE color: 7733279.

HSL color Cylindrical-coordinate representation of color #1F0076: hue angle of 255.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0076 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB310118-
CMYK0.74100.54
HSL255.76º100%23.14%-
HSV(B)255.76º100%46.27%-
XYZ3.841.617.25-
YUV22.72181.77133.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=20.81%
G=0%
B=79.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3101180.74100.54255.7610023.14
Hex1F0764A640361006417
Octal37016611214406640014427
Binary1111101110110100101011001000110110100000000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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