#1F046C

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

Shades of Persian Indigo #1F046C

Tints of Persian Indigo #1F046C

Color information

#1F046C (or 0x1F046C) is unknown color: approx Persian Indigo. HEX triplet: 1F, 04 and 6C. RGB value is (31,4,108). Sum of RGB (Red+Green+Blue) = 31+4+108=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F046C is #E0FB93. Grayscale: #171717. Windows color (decimal): -14744468 or 7078943. OLE color: 7078943.

HSL color Cylindrical-coordinate representation of color #1F046C: hue angle of 255.58º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F046C is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB314108-
CMYK0.710.9600.58
HSL255.58º92.86%21.96%-
HSV(B)255.58º96.3%42.35%-
XYZ3.321.4614.29-
YUV23.93175.45133.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 108 (42.58% from 255) = 75.52%
R=21.68%
G=2.80%
B=75.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3141080.710.9600.58255.5892.8621.96
Hex1F46C476003A1005d16
Octal37415410714007240013526
Binary111111001101100100011111000000111010100000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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