#1F005F

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

Shades of Persian Indigo #1F005F

Tints of Persian Indigo #1F005F

Color information

#1F005F (or 0x1F005F) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 5F. RGB value is (31,0,95). Sum of RGB (Red+Green+Blue) = 31+0+95=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F005F is #E0FFA0. Grayscale: #131313. Windows color (decimal): -14745505 or 6225951. OLE color: 6225951.

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

Color convert

RGB31095-
CMYK0.67100.63
HSL259.58º100%18.63%-
HSV(B)259.58º100%37.25%-
XYZ2.631.1210.9-
YUV20.1170.27135.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 75.40%
R=24.60%
G=0%
B=75.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal310950.67100.63259.5810018.63
Hex1F05F436403F1046413
Octal37013710314407740414423
Binary1111101011111100001111001000111111100000100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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