#1F0061

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

Shades of Persian Indigo #1F0061

Tints of Persian Indigo #1F0061

Color information

#1F0061 (or 0x1F0061) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 61. RGB value is (31,0,97). Sum of RGB (Red+Green+Blue) = 31+0+97=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0061 is #E0FF9E. Grayscale: #131313. Windows color (decimal): -14745503 or 6357023. OLE color: 6357023.

HSL color Cylindrical-coordinate representation of color #1F0061: hue angle of 259.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0061 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31097-
CMYK0.68100.62
HSL259.18º100%19.02%-
HSV(B)259.18º100%38.04%-
XYZ2.721.1511.39-
YUV20.33171.27135.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 75.78%
R=24.22%
G=0%
B=75.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal310970.68100.62259.1810019.02
Hex1F061446403E1036413
Octal37014110414407640314423
Binary1111101100001100010011001000111110100000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,97); }

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

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

 a { background-color: rgb(31,0,97); }

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

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

 span { border-color: rgb(31,0,97); }

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