#1F0179

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

Shades of Persian Indigo #1F0179

Tints of Persian Indigo #1F0179

Color information

#1F0179 (or 0x1F0179) is unknown color: approx Persian Indigo. HEX triplet: 1F, 01 and 79. RGB value is (31,1,121). Sum of RGB (Red+Green+Blue) = 31+1+121=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0179 is #E0FE86. Grayscale: #171717. Windows color (decimal): -14745223 or 7930143. OLE color: 7930143.

HSL color Cylindrical-coordinate representation of color #1F0179: hue angle of 255º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0179 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB311121-
CMYK0.740.9900.53
HSL255º98.36%23.92%-
HSV(B)255º99.17%47.45%-
XYZ4.031.6918.2-
YUV23.65182.94133.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 121 (47.66% from 255) = 79.08%
R=20.26%
G=0.65%
B=79.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3111210.740.9900.5325598.3623.92
Hex1F1794A63035ff6218
Octal37117111214306537714230
Binary111111111100110010101100011011010111111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,121); }

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

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

 a { background-color: rgb(31,1,121); }

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

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

 span { border-color: rgb(31,1,121); }

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