Html Css Color HEX #2E158B Persian Indigo

📋 copy color: '#2E158B'

red 46 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #2E158B

Tints of Persian Indigo #2E158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 22.33%
G = 10.19%
B = 67.48%

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

#2E158B (or 0x2E158B) is known color: Persian Indigo. HEX triplet: 2E, 15 and 8B. RGB value is (46,21,139). Sum of RGB (Red+Green+Blue) = 46+21+139=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E158B is #D1EA74. Grayscale: #292929. Windows color (decimal): -13757045 or 9114926. OLE color: 9114926.

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

Color convert

RGB 46 21 139 -
CMYK 0.67 0.85 0 0.45
HSL 252.71º 0.74% 0.31% -
HSV(B) 252.71º 0.85% 0.55% -
XYZ 6.06 2.98 24.68 -
YUV 41.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 46 21 139 0.67 0.85 0 0.45 252.71 0.74 0.31
Hex 2E 15 8B 43 55 0 2D FD 4A 1F
Octal 56 25 213 103 125 0 55 375 112 37
Binary 101110 10101 10001011 1000011 1010101 0 101101 11111101 1001010 11111

Color Harmonies of #2E158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E158B

Black with #2E158B

Text Example


Text Example

White with #2E158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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