#2E1FC5

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

Shades of Persian Blue #2E1FC5

Tints of Persian Blue #2E1FC5

Color information

#2E1FC5 (or 0x2E1FC5) is unknown color: approx Persian Blue. HEX triplet: 2E, 1F and C5. RGB value is (46,31,197). Sum of RGB (Red+Green+Blue) = 46+31+197=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 197 (77.34% from 255 or 71.90% from 274); Max value from RGB is 197 - color contains mainly: blue. Hex color #2E1FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1FC5 is #D1E03A. Grayscale: #353535. Windows color (decimal): -13754427 or 12918574. OLE color: 12918574.

HSL color Cylindrical-coordinate representation of color #2E1FC5: hue angle of 245.42º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1FC5 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4631197-
CMYK0.770.8400.23
HSL245.42º72.81%44.71%-
HSV(B)245.42º84.26%77.25%-
XYZ11.695.5953.29-
YUV54.41208.47122-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 31 (12.5% from 255) = 11.31%
BLUE value IS 197 (77.34% from 255) = 71.90%
R=16.79%
G=11.31%
B=71.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46311970.770.8400.23245.4272.8144.71
Hex2E1FC54D54017f5492d
Octal563730511512402736511155
Binary101110111111100010110011011010100010111111101011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1FC5; }

 p { color: rgb(46,31,197); }

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

<style>
 a { background-color: #2E1FC5; }

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

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

<style>
 span { border-color: #2E1FC5; }

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

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