Html Css Color HEX #49028A Indigo

📋 copy color: '#49028A'

red 73 ◦ green 2 ◦ blue 138

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

Shades of Indigo #49028A

Tints of Indigo #49028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 34.27%
G = 0.94%
B = 64.79%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49028A (or 0x49028A) is known color: Indigo. HEX triplet: 49, 02 and 8A. RGB value is (73,2,138). Sum of RGB (Red+Green+Blue) = 73+2+138=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #49028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49028A is #B6FD75. Grayscale: #262626. Windows color (decimal): -11992438 or 9044553. OLE color: 9044553.

HSL color Cylindrical-coordinate representation of color #49028A: hue angle of 271.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49028A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 2 138 -
CMYK 0.47 0.99 0 0.46
HSL 271.32º 0.97% 0.27% -
HSV(B) 271.32º 0.99% 0.54% -
XYZ 7.36 3.29 24.29 -
YUV 38.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 73 2 138 0.47 0.99 0 0.46 271.32 0.97 0.27
Hex 49 2 8A 2F 63 0 2E 10F 61 1B
Octal 111 2 212 57 143 0 56 417 141 33
Binary 1001001 10 10001010 101111 1100011 0 101110 100001111 1100001 11011

Color Harmonies of #49028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49028A

Black with #49028A

Text Example


Text Example

White with #49028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49028A; }

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

 H1.HeaderClassName
 {
   color: #49028A;
 }
 .AnyTagClassName
 {
   color: #49028A;
 }
</style>

background-color css

<style>
 a { background-color: #49028A; }

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

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

border-color css

<style>
 span { border-color: #49028A; }

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

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