#1F047C

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

Shades of Persian Indigo #1F047C

Tints of Persian Indigo #1F047C

Color information

#1F047C (or 0x1F047C) is unknown color: approx Persian Indigo. HEX triplet: 1F, 04 and 7C. RGB value is (31,4,124). Sum of RGB (Red+Green+Blue) = 31+4+124=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F047C is #E0FB83. Grayscale: #191919. Windows color (decimal): -14744452 or 8127519. OLE color: 8127519.

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

Color convert

RGB314124-
CMYK0.750.9700.51
HSL253.5º93.75%25.1%-
HSV(B)253.5º96.77%48.63%-
XYZ4.251.8319.2-
YUV25.75183.45131.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=19.50%
G=2.52%
B=77.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3141240.750.9700.51253.593.7525.1
Hex1F47C4B61033fe5e19
Octal37417411314106337613631
Binary11111100111110010010111100001011001111111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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