#2E2188

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

Shades of Persian Indigo #2E2188

Tints of Persian Indigo #2E2188

Color information

#2E2188 (or 0x2E2188) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 88. RGB value is (46,33,136). Sum of RGB (Red+Green+Blue) = 46+33+136=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E2188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2188 is #D1DE77. Grayscale: #303030. Windows color (decimal): -13753976 or 8921390. OLE color: 8921390.

HSL color Cylindrical-coordinate representation of color #2E2188: hue angle of 247.57º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2188 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4633136-
CMYK0.660.7600.47
HSL247.57º60.95%33.14%-
HSV(B)247.57º75.74%53.33%-
XYZ6.113.4523.64-
YUV48.63177.31126.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 136 (53.52% from 255) = 63.26%
R=21.40%
G=15.35%
B=63.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46331360.660.7600.47247.5760.9533.14
Hex2E2188424C02Ff83d21
Octal56412101021140573707541
Binary1011101000011000100010000101001100010111111111000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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