#2E217A

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

Shades of Persian Indigo #2E217A

Tints of Persian Indigo #2E217A

Color information

#2E217A (or 0x2E217A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 7A. RGB value is (46,33,122). Sum of RGB (Red+Green+Blue) = 46+33+122=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E217A is #D1DE85. Grayscale: #2E2E2E. Windows color (decimal): -13753990 or 8003886. OLE color: 8003886.

HSL color Cylindrical-coordinate representation of color #2E217A: hue angle of 248.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E217A is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4633122-
CMYK0.620.7300.52
HSL248.76º57.42%30.39%-
HSV(B)248.76º72.95%47.84%-
XYZ5.183.0718.73-
YUV47.03170.31127.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=22.89%
G=16.42%
B=60.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46331220.620.7300.52248.7657.4230.39
Hex2E217A3E49034f9391e
Octal5641172761110643717136
Binary1011101000011111010111110100100101101001111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,122); }

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

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

 a { background-color: rgb(46,33,122); }

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

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

 span { border-color: rgb(46,33,122); }

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