#2E1EC7

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

Shades of Persian Blue #2E1EC7

Tints of Persian Blue #2E1EC7

Color information

#2E1EC7 (or 0x2E1EC7) is unknown color: approx Persian Blue. HEX triplet: 2E, 1E and C7. RGB value is (46,30,199). Sum of RGB (Red+Green+Blue) = 46+30+199=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 199 (78.12% from 255 or 72.36% from 275); Max value from RGB is 199 - color contains mainly: blue. Hex color #2E1EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1EC7 is #D1E138. Grayscale: #353535. Windows color (decimal): -13754681 or 13049390. OLE color: 13049390.

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

Color convert

RGB4630199-
CMYK0.770.8500.22
HSL245.68º73.8%44.9%-
HSV(B)245.68º84.92%78.04%-
XYZ11.95.6354.49-
YUV54.05209.8122.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 199 (78.12% from 255) = 72.36%
R=16.73%
G=10.91%
B=72.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46301990.770.8500.22245.6873.844.9
Hex2E1EC74D55016f64a2d
Octal563630711512502636611255
Binary101110111101100011110011011010101010110111101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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