#2E096E

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

Shades of Persian Indigo #2E096E

Tints of Persian Indigo #2E096E

Color information

#2E096E (or 0x2E096E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 6E. RGB value is (46,9,110). Sum of RGB (Red+Green+Blue) = 46+9+110=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E096E is #D1F691. Grayscale: #1F1F1F. Windows color (decimal): -13760146 or 7211310. OLE color: 7211310.

HSL color Cylindrical-coordinate representation of color #2E096E: hue angle of 261.98º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E096E is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB469110-
CMYK0.580.9200.57
HSL261.98º84.87%23.33%-
HSV(B)261.98º91.82%43.14%-
XYZ4.041.914.91-
YUV31.58172.26138.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=27.88%
G=5.45%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4691100.580.9200.57261.9884.8723.33
Hex2E96E3A5C0391065517
Octal56111567213407140612527
Binary1011101001110111011101010111000111001100000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,110); }

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

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

 a { background-color: rgb(46,9,110); }

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

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

 span { border-color: rgb(46,9,110); }

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