#1F0178

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

Shades of Persian Indigo #1F0178

Tints of Persian Indigo #1F0178

Color information

#1F0178 (or 0x1F0178) is unknown color: approx Persian Indigo. HEX triplet: 1F, 01 and 78. RGB value is (31,1,120). Sum of RGB (Red+Green+Blue) = 31+1+120=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0178 is #E0FE87. Grayscale: #171717. Windows color (decimal): -14745224 or 7864607. OLE color: 7864607.

HSL color Cylindrical-coordinate representation of color #1F0178: hue angle of 255.13º 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 #1F0178 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB311120-
CMYK0.740.9900.53
HSL255.13º98.35%23.73%-
HSV(B)255.13º99.17%47.06%-
XYZ3.971.6717.88-
YUV23.54182.44133.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 120 (47.27% from 255) = 78.95%
R=20.39%
G=0.66%
B=78.95%

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
Decimal3111200.740.9900.53255.1398.3523.73
Hex1F1784A63035ff6218
Octal37117011214306537714230
Binary111111111100010010101100011011010111111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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