Html Css Color HEX #49028F Indigo

📋 copy color: '#49028F'

red 73 ◦ green 2 ◦ blue 143

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

Shades of Indigo #49028F

Tints of Indigo #49028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.6%

R = 33.49%
G = 0.92%
B = 65.6%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49028F (or 0x49028F) is known color: Indigo. HEX triplet: 49, 02 and 8F. RGB value is (73,2,143). Sum of RGB (Red+Green+Blue) = 73+2+143=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #49028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49028F is #B6FD70. Grayscale: #262626. Windows color (decimal): -11992433 or 9372233. OLE color: 9372233.

HSL color Cylindrical-coordinate representation of color #49028F: hue angle of 270.21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49028F is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 2 143 -
CMYK 0.49 0.99 0 0.44
HSL 270.21º 0.97% 0.28% -
HSV(B) 270.21º 0.99% 0.56% -
XYZ 7.73 3.44 26.24 -
YUV 39.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 73 2 143 0.49 0.99 0 0.44 270.21 0.97 0.28
Hex 49 2 8F 31 63 0 2C 10E 61 1C
Octal 111 2 217 61 143 0 54 416 141 34
Binary 1001001 10 10001111 110001 1100011 0 101100 100001110 1100001 11100

Color Harmonies of #49028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49028F

Black with #49028F

Text Example


Text Example

White with #49028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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