#1F41B7

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

Shades of Persian Blue #1F41B7

Tints of Persian Blue #1F41B7

Color information

#1F41B7 (or 0x1F41B7) is unknown color: approx Persian Blue. HEX triplet: 1F, 41 and B7. RGB value is (31,65,183). Sum of RGB (Red+Green+Blue) = 31+65+183=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F41B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41B7 is #E0BE48. Grayscale: #434343. Windows color (decimal): -14728777 or 12009759. OLE color: 12009759.

HSL color Cylindrical-coordinate representation of color #1F41B7: hue angle of 226.58º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F41B7 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3165183-
CMYK0.830.6400.28
HSL226.58º71.03%41.96%-
HSV(B)226.58º83.06%71.76%-
XYZ117.4945.67-
YUV68.29192.74101.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 183 (71.88% from 255) = 65.59%
R=11.11%
G=23.30%
B=65.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31651830.830.6400.28226.5871.0341.96
Hex1F41B7534001Ce3472a
Octal3710126712310003434310752
Binary1111110000011011011110100111000000011100111000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F41B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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