#1F1CD3

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

Shades of Persian Blue #1F1CD3

Tints of Persian Blue #1F1CD3

Color information

#1F1CD3 (or 0x1F1CD3) is unknown color: approx Persian Blue. HEX triplet: 1F, 1C and D3. RGB value is (31,28,211). Sum of RGB (Red+Green+Blue) = 31+28+211=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 211 (82.81% from 255 or 78.15% from 270); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F1CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CD3 is #E0E32C. Grayscale: #313131. Windows color (decimal): -14738221 or 13835295. OLE color: 13835295.

HSL color Cylindrical-coordinate representation of color #1F1CD3: hue angle of 240.98º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1CD3 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3128211-
CMYK0.850.8700.17
HSL240.98º76.57%46.86%-
HSV(B)240.98º86.73%82.75%-
XYZ12.745.8262.08-
YUV49.76218.99114.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 211 (82.81% from 255) = 78.15%
R=11.48%
G=10.37%
B=78.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31282110.850.8700.17240.9876.5746.86
Hex1F1CD35557011f14d2f
Octal373432312512702136111557
Binary11111111001101001110101011010111010001111100011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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