#1F055F

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

Shades of Persian Indigo #1F055F

Tints of Persian Indigo #1F055F

Color information

#1F055F (or 0x1F055F) is unknown color: approx Persian Indigo. HEX triplet: 1F, 05 and 5F. RGB value is (31,5,95). Sum of RGB (Red+Green+Blue) = 31+5+95=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F055F is #E0FAA0. Grayscale: #161616. Windows color (decimal): -14744225 or 6227231. OLE color: 6227231.

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

Color convert

RGB31595-
CMYK0.670.9500.63
HSL257.33º90%19.61%-
HSV(B)257.33º94.74%37.25%-
XYZ2.681.2310.92-
YUV23.03168.61133.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 95 (37.5% from 255) = 72.52%
R=23.66%
G=3.82%
B=72.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal315950.670.9500.63257.339019.61
Hex1F55F435F03F1015a14
Octal37513710313707740113224
Binary111111011011111100001110111110111111100000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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