#1F0162

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

Shades of Persian Indigo #1F0162

Tints of Persian Indigo #1F0162

Color information

#1F0162 (or 0x1F0162) is unknown color: approx Persian Indigo. HEX triplet: 1F, 01 and 62. RGB value is (31,1,98). Sum of RGB (Red+Green+Blue) = 31+1+98=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0162 is #E0FE9D. Grayscale: #141414. Windows color (decimal): -14745246 or 6422815. OLE color: 6422815.

HSL color Cylindrical-coordinate representation of color #1F0162: hue angle of 258.56º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0162 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31198-
CMYK0.680.9900.62
HSL258.56º97.98%19.41%-
HSV(B)258.56º98.98%38.43%-
XYZ2.781.1911.64-
YUV21.03171.44135.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 98 (38.67% from 255) = 75.38%
R=23.85%
G=0.77%
B=75.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal311980.680.9900.62258.5697.9819.41
Hex1F162446303E1036213
Octal37114210414307640314223
Binary1111111100010100010011000110111110100000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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