#1F0772

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

Shades of Persian Indigo #1F0772

Tints of Persian Indigo #1F0772

Color information

#1F0772 (or 0x1F0772) is unknown color: approx Persian Indigo. HEX triplet: 1F, 07 and 72. RGB value is (31,7,114). Sum of RGB (Red+Green+Blue) = 31+7+114=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F0772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0772 is #E0F88D. Grayscale: #191919. Windows color (decimal): -14743694 or 7472927. OLE color: 7472927.

HSL color Cylindrical-coordinate representation of color #1F0772: hue angle of 253.46º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0772 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB317114-
CMYK0.730.9400.55
HSL253.46º88.43%23.73%-
HSV(B)253.46º93.86%44.71%-
XYZ3.681.6616.05-
YUV26.37177.45131.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 114 (44.92% from 255) = 75%
R=20.39%
G=4.61%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3171140.730.9400.55253.4688.4323.73
Hex1F772495E037fd5818
Octal37716211113606737513030
Binary11111111111001010010011011110011011111111101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,7,114); }

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

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

 a { background-color: rgb(31,7,114); }

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

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

 span { border-color: rgb(31,7,114); }

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