Html Css Color HEX #2E108D Persian Indigo

📋 copy color: '#2E108D'

red 46 ◦ green 16 ◦ blue 141

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

Shades of Persian Indigo #2E108D

Tints of Persian Indigo #2E108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 22.66%
G = 7.88%
B = 69.46%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E108D (or 0x2E108D) is known color: Persian Indigo. HEX triplet: 2E, 10 and 8D. RGB value is (46,16,141). Sum of RGB (Red+Green+Blue) = 46+16+141=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E108D is #D1EF72. Grayscale: #262626. Windows color (decimal): -13758323 or 9244718. OLE color: 9244718.

HSL color Cylindrical-coordinate representation of color #2E108D: hue angle of 254.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E108D is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 16 141 -
CMYK 0.67 0.89 0 0.45
HSL 254.4º 0.8% 0.31% -
HSV(B) 254.4º 0.89% 0.55% -
XYZ 6.12 2.87 25.43 -
YUV 39.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 46 16 141 0.67 0.89 0 0.45 254.4 0.8 0.31
Hex 2E 10 8D 43 59 0 2D FE 50 1F
Octal 56 20 215 103 131 0 55 376 120 37
Binary 101110 10000 10001101 1000011 1011001 0 101101 11111110 1010000 11111

Color Harmonies of #2E108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E108D

Black with #2E108D

Text Example


Text Example

White with #2E108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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