#2E107A

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

Shades of Persian Indigo #2E107A

Tints of Persian Indigo #2E107A

Color information

#2E107A (or 0x2E107A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 7A. RGB value is (46,16,122). Sum of RGB (Red+Green+Blue) = 46+16+122=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E107A is #D1EF85. Grayscale: #242424. Windows color (decimal): -13758342 or 7999534. OLE color: 7999534.

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

Color convert

RGB4616122-
CMYK0.620.8700.52
HSL256.98º76.81%27.06%-
HSV(B)256.98º86.89%47.84%-
XYZ4.822.3618.61-
YUV37.05175.94134.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=25%
G=8.70%
B=66.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46161220.620.8700.52256.9876.8127.06
Hex2E107A3E570341014d1b
Octal56201727612706440111533
Binary10111010000111101011111010101110110100100000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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