#1F28E3

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

Shades of Persian Blue #1F28E3

Tints of Persian Blue #1F28E3

Color information

#1F28E3 (or 0x1F28E3) is unknown color: approx Persian Blue. HEX triplet: 1F, 28 and E3. RGB value is (31,40,227). Sum of RGB (Red+Green+Blue) = 31+40+227=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 227 (89.06% from 255 or 76.17% from 298); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F28E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F28E3 is #E0D71C. Grayscale: #393939. Windows color (decimal): -14735133 or 14886943. OLE color: 14886943.

HSL color Cylindrical-coordinate representation of color #1F28E3: hue angle of 237.24º 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 #1F28E3 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3140227-
CMYK0.860.8200.11
HSL237.24º77.78%50.59%-
HSV(B)237.24º86.34%89.02%-
XYZ15.197.3573.29-
YUV58.63223.02108.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 227 (89.06% from 255) = 76.17%
R=10.40%
G=13.42%
B=76.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31402270.860.8200.11237.2477.7850.59
Hex1F28E356520Bed4e33
Octal375034312612201335511663
Binary11111101000111000111010110101001001011111011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F28E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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