#1F0476

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

Shades of Persian Indigo #1F0476

Tints of Persian Indigo #1F0476

Color information

#1F0476 (or 0x1F0476) is unknown color: approx Persian Indigo. HEX triplet: 1F, 04 and 76. RGB value is (31,4,118). Sum of RGB (Red+Green+Blue) = 31+4+118=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0476 is #E0FB89. Grayscale: #181818. Windows color (decimal): -14744458 or 7734303. OLE color: 7734303.

HSL color Cylindrical-coordinate representation of color #1F0476: hue angle of 254.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0476 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB314118-
CMYK0.740.9700.54
HSL254.21º93.44%23.92%-
HSV(B)254.21º96.61%46.27%-
XYZ3.881.6917.26-
YUV25.07180.45132.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 118 (46.48% from 255) = 77.12%
R=20.26%
G=2.61%
B=77.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3141180.740.9700.54254.2193.4423.92
Hex1F4764A61036fe5d18
Octal37416611214106637613530
Binary11111100111011010010101100001011011011111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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