#1F33F1

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

Shades of Persian Blue #1F33F1

Tints of Persian Blue #1F33F1

Color information

#1F33F1 (or 0x1F33F1) is unknown color: approx Persian Blue. HEX triplet: 1F, 33 and F1. RGB value is (31,51,241). Sum of RGB (Red+Green+Blue) = 31+51+241=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F33F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F33F1 is #E0CC0E. Grayscale: #414141. Windows color (decimal): -14732303 or 15807263. OLE color: 15807263.

HSL color Cylindrical-coordinate representation of color #1F33F1: hue angle of 234.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F33F1 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3151241-
CMYK0.870.7900.05
HSL234.29º88.24%53.33%-
HSV(B)234.29º87.14%94.51%-
XYZ17.639.0184.03-
YUV66.68226.37102.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 241 (94.53% from 255) = 74.61%
R=9.60%
G=15.79%
B=74.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31512410.870.7900.05234.2988.2453.33
Hex1F33F1574F05ea5835
Octal37633611271170535213065
Binary1111111001111110001101011110011110101111010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,241); }

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

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

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

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

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

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

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