#2E1EC9

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

Shades of Persian Blue #2E1EC9

Tints of Persian Blue #2E1EC9

Color information

#2E1EC9 (or 0x2E1EC9) is unknown color: approx Persian Blue. HEX triplet: 2E, 1E and C9. RGB value is (46,30,201). Sum of RGB (Red+Green+Blue) = 46+30+201=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E1EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1EC9 is #D1E136. Grayscale: #353535. Windows color (decimal): -13754679 or 13180462. OLE color: 13180462.

HSL color Cylindrical-coordinate representation of color #2E1EC9: hue angle of 245.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1EC9 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4630201-
CMYK0.770.8500.21
HSL245.61º74.03%45.29%-
HSV(B)245.61º85.07%78.82%-
XYZ12.135.7355.72-
YUV54.28210.8122.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 30 (12.11% from 255) = 10.83%
BLUE value IS 201 (78.91% from 255) = 72.56%
R=16.61%
G=10.83%
B=72.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46302010.770.8500.21245.6174.0345.29
Hex2E1EC94D55015f64a2d
Octal563631111512502536611255
Binary101110111101100100110011011010101010101111101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,30,201); }

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

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

 a { background-color: rgb(46,30,201); }

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

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

 span { border-color: rgb(46,30,201); }

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