#1F39AE

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

Shades of Persian Blue #1F39AE

Tints of Persian Blue #1F39AE

Color information

#1F39AE (or 0x1F39AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 39 and AE. RGB value is (31,57,174). Sum of RGB (Red+Green+Blue) = 31+57+174=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F39AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F39AE is #E0C651. Grayscale: #3E3E3E. Windows color (decimal): -14730834 or 11417887. OLE color: 11417887.

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

Color convert

RGB3157174-
CMYK0.820.6700.32
HSL229.09º69.76%40.2%-
HSV(B)229.09º82.18%68.24%-
XYZ9.676.2740.75-
YUV62.56190.89105.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=11.83%
G=21.76%
B=66.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31571740.820.6700.32229.0969.7640.2
Hex1F39AE5243020e54628
Octal377125612210304034510650
Binary1111111100110101110101001010000110100000111001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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