#1f41ab

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

Shades of Persian Blue #1F41AB

Tints of Persian Blue #1F41AB

Color information

#1F41AB (or 0x1F41AB) is unknown color: approx Persian Blue. HEX triplet: 1F, 41 and AB. RGB value is (31,65,171). Sum of RGB (Red+Green+Blue) = 31+65+171=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F41AB is #E0BE54. Grayscale: #424242. Windows color (decimal): -14728789 or 11223327. OLE color: 11223327.

HSL color Cylindrical-coordinate representation of color #1F41AB: hue angle of 225.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F41AB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3165171-
CMYK0.820.6200.33
HSL225.43º69.31%39.61%-
HSV(B)225.43º81.87%67.06%-
XYZ9.817.0139.36-
YUV66.92186.74102.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=11.61%
G=24.34%
B=64.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31651710.820.6200.33225.4369.3139.61
Hex1F41AB523E021e14528
Octal371012531227604134110550
Binary1111110000011010101110100101111100100001111000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f41ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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