#1F046E

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

Shades of Persian Indigo #1F046E

Tints of Persian Indigo #1F046E

Color information

#1F046E (or 0x1F046E) is unknown color: approx Persian Indigo. HEX triplet: 1F, 04 and 6E. RGB value is (31,4,110). Sum of RGB (Red+Green+Blue) = 31+4+110=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F046E is #E0FB91. Grayscale: #171717. Windows color (decimal): -14744466 or 7210015. OLE color: 7210015.

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

Color convert

RGB314110-
CMYK0.720.9600.57
HSL255.28º92.98%22.35%-
HSV(B)255.28º96.36%43.14%-
XYZ3.421.514.86-
YUV24.16176.45132.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 110 (43.36% from 255) = 75.86%
R=21.38%
G=2.76%
B=75.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3141100.720.9600.57255.2892.9822.35
Hex1F46E4860039ff5d16
Octal37415611014007137713526
Binary11111100110111010010001100000011100111111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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