#1F016E

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

Shades of Persian Indigo #1F016E

Tints of Persian Indigo #1F016E

Color information

#1F016E (or 0x1F016E) is unknown color: approx Persian Indigo. HEX triplet: 1F, 01 and 6E. RGB value is (31,1,110). Sum of RGB (Red+Green+Blue) = 31+1+110=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F016E is #E0FE91. Grayscale: #151515. Windows color (decimal): -14745234 or 7209247. OLE color: 7209247.

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

Color convert

RGB311110-
CMYK0.720.9900.57
HSL256.51º98.2%21.76%-
HSV(B)256.51º99.09%43.14%-
XYZ3.391.4414.85-
YUV22.4177.44134.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=21.83%
G=0.70%
B=77.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3111100.720.9900.57256.5198.221.76
Hex1F16E48630391016216
Octal37115611014307140114226
Binary1111111101110100100011000110111001100000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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