Html Css Color HEX #49059C Indigo

📋 copy color: '#49059C'

red 73 ◦ green 5 ◦ blue 156

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

Shades of Indigo #49059C

Tints of Indigo #49059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 31.2%
G = 2.14%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49059C (or 0x49059C) is known color: Indigo. HEX triplet: 49, 05 and 9C. RGB value is (73,5,156). Sum of RGB (Red+Green+Blue) = 73+5+156=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #49059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49059C is #B6FA63. Grayscale: #2A2A2A. Windows color (decimal): -11991652 or 10224969. OLE color: 10224969.

HSL color Cylindrical-coordinate representation of color #49059C: hue angle of 267.02º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49059C is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 5 156 -
CMYK 0.53 0.97 0 0.39
HSL 267.02º 0.94% 0.32% -
HSV(B) 267.02º 0.97% 0.61% -
XYZ 8.8 3.93 31.75 -
YUV 42.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 73 5 156 0.53 0.97 0 0.39 267.02 0.94 0.32
Hex 49 5 9C 35 61 0 27 10B 5E 20
Octal 111 5 234 65 141 0 47 413 136 40
Binary 1001001 101 10011100 110101 1100001 0 100111 100001011 1011110 100000

Color Harmonies of #49059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49059C

Black with #49059C

Text Example


Text Example

White with #49059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49059C; }

 p { color: rgb(73,5,156); }

 H1.HeaderClassName
 {
   color: #49059C;
 }
 .AnyTagClassName
 {
   color: #49059C;
 }
</style>

background-color css

<style>
 a { background-color: #49059C; }

 a { background-color: rgb(73,5,156); }

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

border-color css

<style>
 span { border-color: #49059C; }

 span { border-color: rgb(73,5,156); }

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