#1F0670

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

Shades of Persian Indigo #1F0670

Tints of Persian Indigo #1F0670

Color information

#1F0670 (or 0x1F0670) is unknown color: approx Persian Indigo. HEX triplet: 1F, 06 and 70. RGB value is (31,6,112). Sum of RGB (Red+Green+Blue) = 31+6+112=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F0670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0670 is #E0F98F. Grayscale: #191919. Windows color (decimal): -14743952 or 7341599. OLE color: 7341599.

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

Color convert

RGB316112-
CMYK0.720.9500.56
HSL254.15º89.83%23.14%-
HSV(B)254.15º94.64%43.92%-
XYZ3.551.5915.45-
YUV25.56176.78131.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 112 (44.14% from 255) = 75.17%
R=20.81%
G=4.03%
B=75.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3161120.720.9500.56254.1589.8323.14
Hex1F670485F038fe5a17
Octal37616011013707037613227
Binary11111110111000010010001011111011100011111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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