#1f1fc1

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

Shades of Persian Blue #1F1FC1

Tints of Persian Blue #1F1FC1

Color information

#1F1FC1 (or 0x1F1FC1) is unknown color: approx Persian Blue. HEX triplet: 1F, 1F and C1. RGB value is (31,31,193). Sum of RGB (Red+Green+Blue) = 31+31+193=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F1FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1FC1 is #E0E03E. Grayscale: #303030. Windows color (decimal): -14737471 or 12656415. OLE color: 12656415.

HSL color Cylindrical-coordinate representation of color #1F1FC1: hue angle of 240º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1FC1 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3131193-
CMYK0.840.8400.24
HSL240º72.32%43.92%-
HSV(B)240º83.94%75.69%-
XYZ10.685.1250.88-
YUV49.47209114.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 31 (12.5% from 255) = 12.16%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=12.16%
G=12.16%
B=75.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31311930.840.8400.2424072.3243.92
Hex1F1FC15454018f0482c
Octal373730112412403036011054
Binary11111111111100000110101001010100011000111100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f1fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,193); }

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

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

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

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

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

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

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