Html Css Color HEX #2E109A Persian Indigo

📋 copy color: '#2E109A'

red 46 ◦ green 16 ◦ blue 154

#2E109A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2E109A

Tints of Persian Indigo #2E109A

RGB

 RED value IS 46 (18.36% from 255) = 21.3%

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 154 (60.55% from 255) = 71.3%

R = 21.3%
G = 7.41%
B = 71.3%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E109A (or 0x2E109A) is known color: Persian Indigo. HEX triplet: 2E, 10 and 9A. RGB value is (46,16,154). Sum of RGB (Red+Green+Blue) = 46+16+154=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E109A is #D1EF65. Grayscale: #282828. Windows color (decimal): -13758310 or 10096686. OLE color: 10096686.

HSL color Cylindrical-coordinate representation of color #2E109A: hue angle of 253.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E109A is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 16 154 -
CMYK 0.70 0.90 0 0.40
HSL 253.04º 0.81% 0.33% -
HSV(B) 253.04º 0.9% 0.6% -
XYZ 7.14 3.28 30.83 -
YUV 40.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 46 16 154 0.70 0.90 0 0.40 253.04 0.81 0.33
Hex 2E 10 9A 46 5A 0 28 FD 51 21
Octal 56 20 232 106 132 0 50 375 121 41
Binary 101110 10000 10011010 1000110 1011010 0 101000 11111101 1010001 100001

Color Harmonies of #2E109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E109A

Black with #2E109A

Text Example


Text Example

White with #2E109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E109A;
 }
 .AnyTagClassName
 {
   color: #2E109A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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