#251FE1

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

Shades of Persian Blue #251FE1

Tints of Persian Blue #251FE1

Color information

#251FE1 (or 0x251FE1) is unknown color: approx Persian Blue. HEX triplet: 25, 1F and E1. RGB value is (37,31,225). Sum of RGB (Red+Green+Blue) = 37+31+225=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #251FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FE1 is #DAE01E. Grayscale: #363636. Windows color (decimal): -14344223 or 14753573. OLE color: 14753573.

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

Color convert

RGB3731225-
CMYK0.840.8600.12
HSL241.86º76.38%50.2%-
HSV(B)241.86º86.22%88.24%-
XYZ14.846.8171.77-
YUV54.91223.99115.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 31 (12.5% from 255) = 10.58%
BLUE value IS 225 (88.28% from 255) = 76.79%
R=12.63%
G=10.58%
B=76.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37312250.840.8600.12241.8676.3850.2
Hex251FE154560Cf24c32
Octal453734112412601436211462
Binary10010111111111000011010100101011001100111100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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