Html Css Color HEX #2E2078 Persian Indigo

📋 copy color: '#2E2078'

red 46 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #2E2078

Tints of Persian Indigo #2E2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 120 (47.27% from 255) = 60.61%

R = 23.23%
G = 16.16%
B = 60.61%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2078 (or 0x2E2078) is known color: Persian Indigo. HEX triplet: 2E, 20 and 78. RGB value is (46,32,120). Sum of RGB (Red+Green+Blue) = 46+32+120=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2078 is #D1DF87. Grayscale: #2D2D2D. Windows color (decimal): -13754248 or 7872558. OLE color: 7872558.

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

Color convert

RGB 46 32 120 -
CMYK 0.62 0.73 0 0.53
HSL 249.55º 0.58% 0.3% -
HSV(B) 249.55º 0.73% 0.47% -
XYZ 5.03 2.97 18.08 -
YUV 46.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 46 32 120 0.62 0.73 0 0.53 249.55 0.58 0.3
Hex 2E 20 78 3E 49 0 35 FA 3A 1E
Octal 56 40 170 76 111 0 65 372 72 36
Binary 101110 100000 1111000 111110 1001001 0 110101 11111010 111010 11110

Color Harmonies of #2E2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2078

Black with #2E2078

Text Example


Text Example

White with #2E2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,120); }

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

background-color css

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

 a { background-color: rgb(46,32,120); }

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

border-color css

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

 span { border-color: rgb(46,32,120); }

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