#1F066E

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

Shades of Persian Indigo #1F066E

Tints of Persian Indigo #1F066E

Color information

#1F066E (or 0x1F066E) is unknown color: approx Persian Indigo. HEX triplet: 1F, 06 and 6E. RGB value is (31,6,110). Sum of RGB (Red+Green+Blue) = 31+6+110=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F066E is #E0F991. Grayscale: #181818. Windows color (decimal): -14743954 or 7210527. OLE color: 7210527.

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

Color convert

RGB316110-
CMYK0.720.9500.57
HSL254.42º89.66%22.75%-
HSV(B)254.42º94.55%43.14%-
XYZ3.441.5514.87-
YUV25.33175.78132.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=21.09%
G=4.08%
B=74.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3161100.720.9500.57254.4289.6622.75
Hex1F66E485F039fe5a17
Octal37615611013707137613227
Binary11111110110111010010001011111011100111111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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