#2E1FB1

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

Shades of Persian Blue #2E1FB1

Tints of Persian Blue #2E1FB1

Color information

#2E1FB1 (or 0x2E1FB1) is unknown color: approx Persian Blue. HEX triplet: 2E, 1F and B1. RGB value is (46,31,177). Sum of RGB (Red+Green+Blue) = 46+31+177=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E1FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1FB1 is #D1E04E. Grayscale: #333333. Windows color (decimal): -13754447 or 11607854. OLE color: 11607854.

HSL color Cylindrical-coordinate representation of color #2E1FB1: hue angle of 246.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1FB1 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4631177-
CMYK0.740.8200.31
HSL246.16º70.19%40.78%-
HSV(B)246.16º82.49%69.41%-
XYZ9.554.7442.01-
YUV52.13198.47123.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 177 (69.53% from 255) = 69.69%
R=18.11%
G=12.20%
B=69.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46311770.740.8200.31246.1670.1940.78
Hex2E1FB14A5201Ff64629
Octal563726111212203736610651
Binary101110111111011000110010101010010011111111101101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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