#1f1cb9

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

Shades of Persian Blue #1F1CB9

Tints of Persian Blue #1F1CB9

Color information

#1F1CB9 (or 0x1F1CB9) is unknown color: approx Persian Blue. HEX triplet: 1F, 1C and B9. RGB value is (31,28,185). Sum of RGB (Red+Green+Blue) = 31+28+185=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F1CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CB9 is #E0E346. Grayscale: #2E2E2E. Windows color (decimal): -14738247 or 12131359. OLE color: 12131359.

HSL color Cylindrical-coordinate representation of color #1F1CB9: hue angle of 241.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1CB9 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3128185-
CMYK0.830.8500.27
HSL241.15º73.71%41.76%-
HSV(B)241.15º84.86%72.55%-
XYZ9.744.6246.28-
YUV46.8205.99116.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 185 (72.66% from 255) = 75.82%
R=12.70%
G=11.48%
B=75.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31281850.830.8500.27241.1573.7141.76
Hex1F1CB9535501Bf14a2a
Octal373427112312503336111252
Binary11111111001011100110100111010101011011111100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f1cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,28,185); }

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

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

 a { background-color: rgb(31,28,185); }

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

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

 span { border-color: rgb(31,28,185); }

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