Html Css Color HEX #49027E Indigo

📋 copy color: '#49027E'

red 73 ◦ green 2 ◦ blue 126

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

Shades of Indigo #49027E

Tints of Indigo #49027E

RGB

 RED value IS 73 (28.91% from 255) = 36.32%

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 126 (49.61% from 255) = 62.69%

R = 36.32%
G = 1%
B = 62.69%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49027E (or 0x49027E) is known color: Indigo. HEX triplet: 49, 02 and 7E. RGB value is (73,2,126). Sum of RGB (Red+Green+Blue) = 73+2+126=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #49027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49027E is #B6FD81. Grayscale: #242424. Windows color (decimal): -11992450 or 8258121. OLE color: 8258121.

HSL color Cylindrical-coordinate representation of color #49027E: hue angle of 274.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49027E is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 2 126 -
CMYK 0.42 0.98 0 0.51
HSL 274.35º 0.97% 0.25% -
HSV(B) 274.35º 0.98% 0.49% -
XYZ 6.54 2.97 19.97 -
YUV 37.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 73 2 126 0.42 0.98 0 0.51 274.35 0.97 0.25
Hex 49 2 7E 2A 62 0 33 112 61 19
Octal 111 2 176 52 142 0 63 422 141 31
Binary 1001001 10 1111110 101010 1100010 0 110011 100010010 1100001 11001

Color Harmonies of #49027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49027E

Black with #49027E

Text Example


Text Example

White with #49027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49027E; }

 p { color: rgb(73,2,126); }

 H1.HeaderClassName
 {
   color: #49027E;
 }
 .AnyTagClassName
 {
   color: #49027E;
 }
</style>

background-color css

<style>
 a { background-color: #49027E; }

 a { background-color: rgb(73,2,126); }

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

border-color css

<style>
 span { border-color: #49027E; }

 span { border-color: rgb(73,2,126); }

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