#1F067A

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

Shades of Persian Indigo #1F067A

Tints of Persian Indigo #1F067A

Color information

#1F067A (or 0x1F067A) is unknown color: approx Persian Indigo. HEX triplet: 1F, 06 and 7A. RGB value is (31,6,122). Sum of RGB (Red+Green+Blue) = 31+6+122=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F067A is #E0F985. Grayscale: #1A1A1A. Windows color (decimal): -14743942 or 7996959. OLE color: 7996959.

HSL color Cylindrical-coordinate representation of color #1F067A: hue angle of 252.93º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F067A is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB316122-
CMYK0.750.9500.52
HSL252.93º90.62%25.1%-
HSV(B)252.93º95.08%47.84%-
XYZ4.141.8318.55-
YUV26.7181.78131.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 122 (48.05% from 255) = 76.73%
R=19.50%
G=3.77%
B=76.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3161220.750.9500.52252.9390.6225.1
Hex1F67A4B5F034fd5b19
Octal37617211313706437513331
Binary11111110111101010010111011111011010011111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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