#1F0669

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

Shades of Persian Indigo #1F0669

Tints of Persian Indigo #1F0669

Color information

#1F0669 (or 0x1F0669) is unknown color: approx Persian Indigo. HEX triplet: 1F, 06 and 69. RGB value is (31,6,105). Sum of RGB (Red+Green+Blue) = 31+6+105=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F0669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0669 is #E0F996. Grayscale: #181818. Windows color (decimal): -14743959 or 6882847. OLE color: 6882847.

HSL color Cylindrical-coordinate representation of color #1F0669: hue angle of 255.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0669 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB316105-
CMYK0.700.9400.59
HSL255.15º89.19%21.76%-
HSV(B)255.15º94.29%41.18%-
XYZ3.181.4413.48-
YUV24.76173.28132.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=21.83%
G=4.23%
B=73.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3161050.700.9400.59255.1589.1921.76
Hex1F669465E03Bff5916
Octal37615110613607337713126
Binary11111110110100110001101011110011101111111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,105); }

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

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

 a { background-color: rgb(31,6,105); }

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

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

 span { border-color: rgb(31,6,105); }

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