Html Css Color HEX #2E2579 Persian Indigo

📋 copy color: '#2E2579'

red 46 ◦ green 37 ◦ blue 121

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

Shades of Persian Indigo #2E2579

Tints of Persian Indigo #2E2579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 22.55%
G = 18.14%
B = 59.31%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2579 (or 0x2E2579) is known color: Persian Indigo. HEX triplet: 2E, 25 and 79. RGB value is (46,37,121). Sum of RGB (Red+Green+Blue) = 46+37+121=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E2579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2579 is #D1DA86. Grayscale: #303030. Windows color (decimal): -13752967 or 7939374. OLE color: 7939374.

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

Color convert

RGB 46 37 121 -
CMYK 0.62 0.69 0 0.53
HSL 246.43º 0.53% 0.31% -
HSV(B) 246.43º 0.69% 0.47% -
XYZ 5.24 3.28 18.45 -
YUV 49.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 46 37 121 0.62 0.69 0 0.53 246.43 0.53 0.31
Hex 2E 25 79 3E 45 0 35 F6 35 1F
Octal 56 45 171 76 105 0 65 366 65 37
Binary 101110 100101 1111001 111110 1000101 0 110101 11110110 110101 11111

Color Harmonies of #2E2579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2579

Black with #2E2579

Text Example


Text Example

White with #2E2579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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