Html Css Color HEX #2E2479 Persian Indigo

📋 copy color: '#2E2479'

red 46 ◦ green 36 ◦ blue 121

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

Shades of Persian Indigo #2E2479

Tints of Persian Indigo #2E2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 22.66%
G = 17.73%
B = 59.61%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2479 (or 0x2E2479) is known color: Persian Indigo. HEX triplet: 2E, 24 and 79. RGB value is (46,36,121). Sum of RGB (Red+Green+Blue) = 46+36+121=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E2479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2479 is #D1DB86. Grayscale: #303030. Windows color (decimal): -13753223 or 7939118. OLE color: 7939118.

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

Color convert

RGB 46 36 121 -
CMYK 0.62 0.70 0 0.53
HSL 247.06º 0.54% 0.31% -
HSV(B) 247.06º 0.7% 0.47% -
XYZ 5.21 3.22 18.44 -
YUV 48.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 46 36 121 0.62 0.70 0 0.53 247.06 0.54 0.31
Hex 2E 24 79 3E 46 0 35 F7 36 1F
Octal 56 44 171 76 106 0 65 367 66 37
Binary 101110 100100 1111001 111110 1000110 0 110101 11110111 110110 11111

Color Harmonies of #2E2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2479

Black with #2E2479

Text Example


Text Example

White with #2E2479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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