#251FDF

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

Shades of Persian Blue #251FDF

Tints of Persian Blue #251FDF

Color information

#251FDF (or 0x251FDF) is unknown color: approx Persian Blue. HEX triplet: 25, 1F and DF. RGB value is (37,31,223). Sum of RGB (Red+Green+Blue) = 37+31+223=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #251FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FDF is #DAE020. Grayscale: #353535. Windows color (decimal): -14344225 or 14622501. OLE color: 14622501.

HSL color Cylindrical-coordinate representation of color #251FDF: hue angle of 241.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251FDF is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3731223-
CMYK0.830.8600.13
HSL241.88º75.59%49.8%-
HSV(B)241.88º86.1%87.45%-
XYZ14.576.770.34-
YUV54.68222.99115.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 223 (87.5% from 255) = 76.63%
R=12.71%
G=10.65%
B=76.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37312230.830.8600.13241.8875.5949.8
Hex251FDF53560Df24c32
Octal453733712312601536211462
Binary10010111111110111111010011101011001101111100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251FDF; }

 p { color: rgb(37,31,223); }

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

<style>
 a { background-color: #251FDF; }

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

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

<style>
 span { border-color: #251FDF; }

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

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