#1F087C

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

Shades of Persian Indigo #1F087C

Tints of Persian Indigo #1F087C

Color information

#1F087C (or 0x1F087C) is unknown color: approx Persian Indigo. HEX triplet: 1F, 08 and 7C. RGB value is (31,8,124). Sum of RGB (Red+Green+Blue) = 31+8+124=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F087C is #E0F783. Grayscale: #1B1B1B. Windows color (decimal): -14743428 or 8128543. OLE color: 8128543.

HSL color Cylindrical-coordinate representation of color #1F087C: hue angle of 251.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F087C is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB318124-
CMYK0.750.9400.51
HSL251.9º87.88%25.88%-
HSV(B)251.9º93.55%48.63%-
XYZ4.291.9219.21-
YUV28.1182.12130.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 124 (48.83% from 255) = 76.07%
R=19.02%
G=4.91%
B=76.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3181240.750.9400.51251.987.8825.88
Hex1F87C4B5E033fc581a
Octal371017411313606337413032
Binary111111000111110010010111011110011001111111100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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