#2E1FC6

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

Shades of Persian Blue #2E1FC6

Tints of Persian Blue #2E1FC6

Color information

#2E1FC6 (or 0x2E1FC6) is unknown color: approx Persian Blue. HEX triplet: 2E, 1F and C6. RGB value is (46,31,198). Sum of RGB (Red+Green+Blue) = 46+31+198=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1FC6 is #D1E039. Grayscale: #353535. Windows color (decimal): -13754426 or 12984110. OLE color: 12984110.

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

Color convert

RGB4631198-
CMYK0.770.8400.22
HSL245.39º72.93%44.9%-
HSV(B)245.39º84.34%77.65%-
XYZ11.815.6453.89-
YUV54.52208.97121.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 198 (77.73% from 255) = 72%
R=16.73%
G=11.27%
B=72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46311980.770.8400.22245.3972.9344.9
Hex2E1FC64D54016f5492d
Octal563730611512402636511155
Binary101110111111100011010011011010100010110111101011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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