#2E1CB7

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

Shades of Persian Blue #2E1CB7

Tints of Persian Blue #2E1CB7

Color information

#2E1CB7 (or 0x2E1CB7) is unknown color: approx Persian Blue. HEX triplet: 2E, 1C and B7. RGB value is (46,28,183). Sum of RGB (Red+Green+Blue) = 46+28+183=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E1CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1CB7 is #D1E348. Grayscale: #323232. Windows color (decimal): -13755209 or 12000302. OLE color: 12000302.

HSL color Cylindrical-coordinate representation of color #2E1CB7: hue angle of 246.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1CB7 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4628183-
CMYK0.750.8500.28
HSL246.97º73.46%41.37%-
HSV(B)246.97º84.7%71.76%-
XYZ10.094.8345.2-
YUV51.05202.46124.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 183 (71.88% from 255) = 71.21%
R=17.90%
G=10.89%
B=71.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46281830.750.8500.28246.9773.4641.37
Hex2E1CB74B5501Cf74929
Octal563426711312503436711151
Binary101110111001011011110010111010101011100111101111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,183); }

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

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

 a { background-color: rgb(46,28,183); }

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

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

 span { border-color: rgb(46,28,183); }

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