#1F41E3

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

Shades of Persian Blue #1F41E3

Tints of Persian Blue #1F41E3

Color information

#1F41E3 (or 0x1F41E3) is unknown color: approx Persian Blue. HEX triplet: 1F, 41 and E3. RGB value is (31,65,227). Sum of RGB (Red+Green+Blue) = 31+65+227=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F41E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41E3 is #E0BE1C. Grayscale: #484848. Windows color (decimal): -14728733 or 14893343. OLE color: 14893343.

HSL color Cylindrical-coordinate representation of color #1F41E3: hue angle of 229.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F41E3 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3165227-
CMYK0.860.7100.11
HSL229.59º77.78%50.59%-
HSV(B)229.59º86.34%89.02%-
XYZ16.329.6273.67-
YUV73.3214.7497.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 227 (89.06% from 255) = 70.28%
R=9.60%
G=20.12%
B=70.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31652270.860.7100.11229.5977.7850.59
Hex1F41E356470Be64e33
Octal3710134312610701334611663
Binary111111000001111000111010110100011101011111001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F41E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,227); }

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

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

 a { background-color: rgb(31,65,227); }

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

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

 span { border-color: rgb(31,65,227); }

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