#1f2fe8

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

Shades of Persian Blue #1F2FE8

Tints of Persian Blue #1F2FE8

Color information

#1F2FE8 (or 0x1F2FE8) is unknown color: approx Persian Blue. HEX triplet: 1F, 2F and E8. RGB value is (31,47,232). Sum of RGB (Red+Green+Blue) = 31+47+232=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 232 (91.02% from 255 or 74.84% from 310); Max value from RGB is 232 - color contains mainly: blue. Hex color #1F2FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2FE8 is #E0D017. Grayscale: #3E3E3E. Windows color (decimal): -14733336 or 15216415. OLE color: 15216415.

HSL color Cylindrical-coordinate representation of color #1F2FE8: hue angle of 235.22º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F2FE8 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3147232-
CMYK0.870.8000.09
HSL235.22º81.38%51.57%-
HSV(B)235.22º86.64%90.98%-
XYZ16.158.1577.07-
YUV63.31223.2104.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 232 (91.02% from 255) = 74.84%
R=10%
G=15.16%
B=74.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31472320.870.8000.09235.2281.3851.57
Hex1F2FE8575009eb5134
Octal375735012712001135312164
Binary11111101111111010001010111101000001001111010111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,232); }

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

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

 a { background-color: rgb(31,47,232); }

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

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

 span { border-color: rgb(31,47,232); }

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