#1F2BE1

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

Shades of Persian Blue #1F2BE1

Tints of Persian Blue #1F2BE1

Color information

#1F2BE1 (or 0x1F2BE1) is unknown color: approx Persian Blue. HEX triplet: 1F, 2B and E1. RGB value is (31,43,225). Sum of RGB (Red+Green+Blue) = 31+43+225=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F2BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2BE1 is #E0D41E. Grayscale: #3B3B3B. Windows color (decimal): -14734367 or 14756639. OLE color: 14756639.

HSL color Cylindrical-coordinate representation of color #1F2BE1: hue angle of 236.29º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F2BE1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3143225-
CMYK0.860.8100.12
HSL236.29º76.38%50.2%-
HSV(B)236.29º86.22%88.24%-
XYZ15.027.4671.88-
YUV60.16221.02107.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 225 (88.28% from 255) = 75.25%
R=10.37%
G=14.38%
B=75.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31432250.860.8100.12236.2976.3850.2
Hex1F2BE156510Cec4c32
Octal375334112612101435411462
Binary11111101011111000011010110101000101100111011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,225); }

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

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

 a { background-color: rgb(31,43,225); }

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

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

 span { border-color: rgb(31,43,225); }

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