#1f31af

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

Shades of Persian Blue #1F31AF

Tints of Persian Blue #1F31AF

Color information

#1F31AF (or 0x1F31AF) is unknown color: approx Persian Blue. HEX triplet: 1F, 31 and AF. RGB value is (31,49,175). Sum of RGB (Red+Green+Blue) = 31+49+175=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F31AF is #E0CE50. Grayscale: #393939. Windows color (decimal): -14732881 or 11481375. OLE color: 11481375.

HSL color Cylindrical-coordinate representation of color #1F31AF: hue angle of 232.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F31AF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3149175-
CMYK0.820.7200.31
HSL232.5º69.9%40.39%-
HSV(B)232.5º82.29%68.63%-
XYZ9.45.5841.14-
YUV57.98194.04108.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 175 (68.75% from 255) = 68.63%
R=12.16%
G=19.22%
B=68.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31491750.820.7200.31232.569.940.39
Hex1F31AF524801Fe84628
Octal376125712211003735010650
Binary111111100011010111110100101001000011111111010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f31af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,175); }

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

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

 a { background-color: rgb(31,49,175); }

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

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

 span { border-color: rgb(31,49,175); }

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