Html Css Color HEX #49006B Indigo

📋 copy color: '#49006B'

red 73 ◦ green 0 ◦ blue 107

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

Shades of Indigo #49006B

Tints of Indigo #49006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 59.44%

R = 40.56%
G = 0%
B = 59.44%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49006B (or 0x49006B) is known color: Indigo. HEX triplet: 49, 00 and 6B. RGB value is (73,0,107). Sum of RGB (Red+Green+Blue) = 73+0+107=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #49006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49006B is #B6FF94. Grayscale: #212121. Windows color (decimal): -11992981 or 7012425. OLE color: 7012425.

HSL color Cylindrical-coordinate representation of color #49006B: hue angle of 280.93º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49006B is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 0 107 -
CMYK 0.32 1 0 0.58
HSL 280.93º 1% 0.21% -
HSV(B) 280.93º 1% 0.42% -
XYZ 5.4 2.48 14.1 -
YUV 34.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 73 0 107 0.32 1 0 0.58 280.93 1 0.21
Hex 49 0 6B 20 64 0 3A 119 64 15
Octal 111 0 153 40 144 0 72 431 144 25
Binary 1001001 0 1101011 100000 1100100 0 111010 100011001 1100100 10101

Color Harmonies of #49006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49006B

Black with #49006B

Text Example


Text Example

White with #49006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49006B; }

 p { color: rgb(73,0,107); }

 H1.HeaderClassName
 {
   color: #49006B;
 }
 .AnyTagClassName
 {
   color: #49006B;
 }
</style>

background-color css

<style>
 a { background-color: #49006B; }

 a { background-color: rgb(73,0,107); }

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

border-color css

<style>
 span { border-color: #49006B; }

 span { border-color: rgb(73,0,107); }

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