Html Css Color HEX #2E1778 Persian Indigo

📋 copy color: '#2E1778'

red 46 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #2E1778

Tints of Persian Indigo #2E1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 24.34%
G = 12.17%
B = 63.49%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E1778 (or 0x2E1778) is known color: Persian Indigo. HEX triplet: 2E, 17 and 78. RGB value is (46,23,120). Sum of RGB (Red+Green+Blue) = 46+23+120=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1778 is #D1E887. Grayscale: #282828. Windows color (decimal): -13756552 or 7870254. OLE color: 7870254.

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

Color convert

RGB 46 23 120 -
CMYK 0.62 0.81 0 0.53
HSL 254.23º 0.68% 0.28% -
HSV(B) 254.23º 0.81% 0.47% -
XYZ 4.82 2.55 18.01 -
YUV 40.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 46 23 120 0.62 0.81 0 0.53 254.23 0.68 0.28
Hex 2E 17 78 3E 51 0 35 FE 44 1C
Octal 56 27 170 76 121 0 65 376 104 34
Binary 101110 10111 1111000 111110 1010001 0 110101 11111110 1000100 11100

Color Harmonies of #2E1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1778

Black with #2E1778

Text Example


Text Example

White with #2E1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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