#1F0560

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

Shades of Persian Indigo #1F0560

Tints of Persian Indigo #1F0560

Color information

#1F0560 (or 0x1F0560) is unknown color: approx Persian Indigo. HEX triplet: 1F, 05 and 60. RGB value is (31,5,96). Sum of RGB (Red+Green+Blue) = 31+5+96=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F0560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0560 is #E0FA9F. Grayscale: #161616. Windows color (decimal): -14744224 or 6292767. OLE color: 6292767.

HSL color Cylindrical-coordinate representation of color #1F0560: hue angle of 257.14º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0560 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31596-
CMYK0.680.9500.62
HSL257.14º90.1%19.8%-
HSV(B)257.14º94.79%37.65%-
XYZ2.731.2411.16-
YUV23.15169.11133.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=23.48%
G=3.79%
B=72.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal315960.680.9500.62257.1490.119.8
Hex1F560445F03E1015a14
Octal37514010413707640113224
Binary111111011100000100010010111110111110100000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,96); }

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

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

 a { background-color: rgb(31,5,96); }

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

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

 span { border-color: rgb(31,5,96); }

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