Html Css Color HEX #2E158D Persian Indigo

📋 copy color: '#2E158D'

red 46 ◦ green 21 ◦ blue 141

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

Shades of Persian Indigo #2E158D

Tints of Persian Indigo #2E158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

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

R = 22.12%
G = 10.1%
B = 67.79%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E158D (or 0x2E158D) is known color: Persian Indigo. HEX triplet: 2E, 15 and 8D. RGB value is (46,21,141). Sum of RGB (Red+Green+Blue) = 46+21+141=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E158D is #D1EA72. Grayscale: #292929. Windows color (decimal): -13757043 or 9245998. OLE color: 9245998.

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

Color convert

RGB 46 21 141 -
CMYK 0.67 0.85 0 0.45
HSL 252.5º 0.74% 0.32% -
HSV(B) 252.5º 0.85% 0.55% -
XYZ 6.2 3.04 25.46 -
YUV 42.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 46 21 141 0.67 0.85 0 0.45 252.5 0.74 0.32
Hex 2E 15 8D 43 55 0 2D FD 4A 20
Octal 56 25 215 103 125 0 55 375 112 40
Binary 101110 10101 10001101 1000011 1010101 0 101101 11111101 1001010 100000

Color Harmonies of #2E158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E158D

Black with #2E158D

Text Example


Text Example

White with #2E158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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