#1F0060

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

Shades of Persian Indigo #1F0060

Tints of Persian Indigo #1F0060

Color information

#1F0060 (or 0x1F0060) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 60. RGB value is (31,0,96). Sum of RGB (Red+Green+Blue) = 31+0+96=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0060 is #E0FF9F. Grayscale: #131313. Windows color (decimal): -14745504 or 6291487. OLE color: 6291487.

HSL color Cylindrical-coordinate representation of color #1F0060: hue angle of 259.38º 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 #1F0060 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31096-
CMYK0.68100.62
HSL259.38º100%18.82%-
HSV(B)259.38º100%37.65%-
XYZ2.681.1411.14-
YUV20.21170.77135.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 75.59%
R=24.41%
G=0%
B=75.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal310960.68100.62259.3810018.82
Hex1F060446403E1036413
Octal37014010414407640314423
Binary1111101100000100010011001000111110100000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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