Html Css Color HEX #2E0179 Persian Indigo

📋 copy color: '#2E0179'

red 46 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #2E0179

Tints of Persian Indigo #2E0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 27.38%
G = 0.6%
B = 72.02%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E0179 (or 0x2E0179) is known color: Persian Indigo. HEX triplet: 2E, 01 and 79. RGB value is (46,1,121). Sum of RGB (Red+Green+Blue) = 46+1+121=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0179 is #D1FE86. Grayscale: #1B1B1B. Windows color (decimal): -13762183 or 7930158. OLE color: 7930158.

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

Color convert

RGB 46 1 121 -
CMYK 0.62 0.99 0 0.53
HSL 262.5º 0.98% 0.24% -
HSV(B) 262.5º 0.99% 0.47% -
XYZ 4.59 1.98 18.23 -
YUV 28.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 46 1 121 0.62 0.99 0 0.53 262.5 0.98 0.24
Hex 2E 1 79 3E 63 0 35 106 62 18
Octal 56 1 171 76 143 0 65 406 142 30
Binary 101110 1 1111001 111110 1100011 0 110101 100000110 1100010 11000

Color Harmonies of #2E0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0179

Black with #2E0179

Text Example


Text Example

White with #2E0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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