#1F39D0

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

Shades of Persian Blue #1F39D0

Tints of Persian Blue #1F39D0

Color information

#1F39D0 (or 0x1F39D0) is unknown color: approx Persian Blue. HEX triplet: 1F, 39 and D0. RGB value is (31,57,208). Sum of RGB (Red+Green+Blue) = 31+57+208=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F39D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F39D0 is #E0C62F. Grayscale: #414141. Windows color (decimal): -14730800 or 13646111. OLE color: 13646111.

HSL color Cylindrical-coordinate representation of color #1F39D0: hue angle of 231.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F39D0 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3157208-
CMYK0.850.7300.18
HSL231.19º74.06%46.86%-
HSV(B)231.19º85.1%81.57%-
XYZ13.417.7760.47-
YUV66.44207.89102.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.47%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 208 (81.64% from 255) = 70.27%
R=10.47%
G=19.26%
B=70.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31572080.850.7300.18231.1974.0646.86
Hex1F39D05549012e74a2f
Octal377132012511102234711257
Binary111111110011101000010101011001001010010111001111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F39D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,208); }

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

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

 a { background-color: rgb(31,57,208); }

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

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

 span { border-color: rgb(31,57,208); }

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