Html Css Color HEX #2E0178 Persian Indigo

📋 copy color: '#2E0178'

red 46 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #2E0178

Tints of Persian Indigo #2E0178

RGB

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

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

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

R = 27.54%
G = 0.6%
B = 71.86%

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

#2E0178 (or 0x2E0178) is known color: Persian Indigo. HEX triplet: 2E, 01 and 78. RGB value is (46,1,120). Sum of RGB (Red+Green+Blue) = 46+1+120=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0178 is #D1FE87. Grayscale: #1B1B1B. Windows color (decimal): -13762184 or 7864622. OLE color: 7864622.

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

Color convert

RGB 46 1 120 -
CMYK 0.62 0.99 0 0.53
HSL 262.69º 0.98% 0.24% -
HSV(B) 262.69º 0.99% 0.47% -
XYZ 4.53 1.96 17.91 -
YUV 28.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 46 1 120 0.62 0.99 0 0.53 262.69 0.98 0.24
Hex 2E 1 78 3E 63 0 35 107 62 18
Octal 56 1 170 76 143 0 65 407 142 30
Binary 101110 1 1111000 111110 1100011 0 110101 100000111 1100010 11000

Color Harmonies of #2E0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0178

Black with #2E0178

Text Example


Text Example

White with #2E0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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