#2E1BD0

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

Shades of Persian Blue #2E1BD0

Tints of Persian Blue #2E1BD0

Color information

#2E1BD0 (or 0x2E1BD0) is unknown color: approx Persian Blue. HEX triplet: 2E, 1B and D0. RGB value is (46,27,208). Sum of RGB (Red+Green+Blue) = 46+27+208=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 208 (81.64% from 255 or 74.02% from 281); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E1BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1BD0 is #D1E42F. Grayscale: #343434. Windows color (decimal): -13755440 or 13638446. OLE color: 13638446.

HSL color Cylindrical-coordinate representation of color #2E1BD0: hue angle of 246.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1BD0 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4627208-
CMYK0.780.8700.18
HSL246.3º77.02%46.08%-
HSV(B)246.3º87.02%81.57%-
XYZ12.95.9260.14-
YUV53.32215.29122.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 208 (81.64% from 255) = 74.02%
R=16.37%
G=9.61%
B=74.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46272080.780.8700.18246.377.0246.08
Hex2E1BD04E57012f64d2e
Octal563332011612702236611556
Binary101110110111101000010011101010111010010111101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,27,208); }

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

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

 a { background-color: rgb(46,27,208); }

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

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

 span { border-color: rgb(46,27,208); }

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