Html Css Color HEX #2E2178 Persian Indigo

📋 copy color: '#2E2178'

red 46 ◦ green 33 ◦ blue 120

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

Shades of Persian Indigo #2E2178

Tints of Persian Indigo #2E2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 23.12%
G = 16.58%
B = 60.3%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2178 (or 0x2E2178) is known color: Persian Indigo. HEX triplet: 2E, 21 and 78. RGB value is (46,33,120). Sum of RGB (Red+Green+Blue) = 46+33+120=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2178 is #D1DE87. Grayscale: #2E2E2E. Windows color (decimal): -13753992 or 7872814. OLE color: 7872814.

HSL color Cylindrical-coordinate representation of color #2E2178: hue angle of 248.97º degrees, saturation: 0.57, 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 #2E2178 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 33 120 -
CMYK 0.62 0.72 0 0.53
HSL 248.97º 0.57% 0.3% -
HSV(B) 248.97º 0.73% 0.47% -
XYZ 5.06 3.02 18.09 -
YUV 46.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 46 33 120 0.62 0.72 0 0.53 248.97 0.57 0.3
Hex 2E 21 78 3E 48 0 35 F9 39 1E
Octal 56 41 170 76 110 0 65 371 71 36
Binary 101110 100001 1111000 111110 1001000 0 110101 11111001 111001 11110

Color Harmonies of #2E2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2178

Black with #2E2178

Text Example


Text Example

White with #2E2178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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