Html Css Color HEX #2E1B79 Persian Indigo

📋 copy color: '#2E1B79'

red 46 ◦ green 27 ◦ blue 121

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

Shades of Persian Indigo #2E1B79

Tints of Persian Indigo #2E1B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 23.71%
G = 13.92%
B = 62.37%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E1B79 (or 0x2E1B79) is known color: Persian Indigo. HEX triplet: 2E, 1B and 79. RGB value is (46,27,121). Sum of RGB (Red+Green+Blue) = 46+27+121=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E1B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1B79 is #D1E486. Grayscale: #2B2B2B. Windows color (decimal): -13755527 or 7936814. OLE color: 7936814.

HSL color Cylindrical-coordinate representation of color #2E1B79: hue angle of 252.13º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1B79 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 27 121 -
CMYK 0.62 0.78 0 0.53
HSL 252.13º 0.64% 0.29% -
HSV(B) 252.13º 0.78% 0.47% -
XYZ 4.97 2.75 18.36 -
YUV 43.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 46 27 121 0.62 0.78 0 0.53 252.13 0.64 0.29
Hex 2E 1B 79 3E 4E 0 35 FC 40 1D
Octal 56 33 171 76 116 0 65 374 100 35
Binary 101110 11011 1111001 111110 1001110 0 110101 11111100 1000000 11101

Color Harmonies of #2E1B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B79

Black with #2E1B79

Text Example


Text Example

White with #2E1B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,121); }

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

background-color css

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

 a { background-color: rgb(46,27,121); }

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

border-color css

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

 span { border-color: rgb(46,27,121); }

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