#1F055D

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

Shades of Persian Indigo #1F055D

Tints of Persian Indigo #1F055D

Color information

#1F055D (or 0x1F055D) is unknown color: approx Persian Indigo. HEX triplet: 1F, 05 and 5D. RGB value is (31,5,93). Sum of RGB (Red+Green+Blue) = 31+5+93=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F055D is #E0FAA2. Grayscale: #161616. Windows color (decimal): -14744227 or 6096159. OLE color: 6096159.

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

Color convert

RGB31593-
CMYK0.670.9500.64
HSL257.73º89.8%19.22%-
HSV(B)257.73º94.62%36.47%-
XYZ2.61.1910.45-
YUV22.81167.61133.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 93 (36.72% from 255) = 72.09%
R=24.03%
G=3.88%
B=72.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal315930.670.9500.64257.7389.819.22
Hex1F55D435F0401025a13
Octal375135103137010040213223
Binary1111110110111011000011101111101000000100000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,93); }

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

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

 a { background-color: rgb(31,5,93); }

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

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

 span { border-color: rgb(31,5,93); }

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