#1F31C1

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

Shades of Persian Blue #1F31C1

Tints of Persian Blue #1F31C1

Color information

#1F31C1 (or 0x1F31C1) is unknown color: approx Persian Blue. HEX triplet: 1F, 31 and C1. RGB value is (31,49,193). Sum of RGB (Red+Green+Blue) = 31+49+193=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F31C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31C1 is #E0CE3E. Grayscale: #3B3B3B. Windows color (decimal): -14732863 or 12661023. OLE color: 12661023.

HSL color Cylindrical-coordinate representation of color #1F31C1: hue angle of 233.33º 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 #1F31C1 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3149193-
CMYK0.840.7500.24
HSL233.33º72.32%43.92%-
HSV(B)233.33º83.94%75.69%-
XYZ11.296.3451.08-
YUV60.03203.04107.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 193 (75.78% from 255) = 70.70%
R=11.36%
G=17.95%
B=70.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31491930.840.7500.24233.3372.3243.92
Hex1F31C1544B018e9482c
Octal376130112411303035111054
Binary111111100011100000110101001001011011000111010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F31C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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