Html Css Color HEX #49068B Indigo

📋 copy color: '#49068B'

red 73 ◦ green 6 ◦ blue 139

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

Shades of Indigo #49068B

Tints of Indigo #49068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

 BLUE value IS 139 (54.69% from 255) = 63.76%

R = 33.49%
G = 2.75%
B = 63.76%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49068B (or 0x49068B) is known color: Indigo. HEX triplet: 49, 06 and 8B. RGB value is (73,6,139). Sum of RGB (Red+Green+Blue) = 73+6+139=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #49068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49068B is #B6F974. Grayscale: #282828. Windows color (decimal): -11991413 or 9111113. OLE color: 9111113.

HSL color Cylindrical-coordinate representation of color #49068B: hue angle of 270.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49068B is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 6 139 -
CMYK 0.47 0.96 0 0.45
HSL 270.23º 0.92% 0.28% -
HSV(B) 270.23º 0.96% 0.55% -
XYZ 7.47 3.41 24.69 -
YUV 41.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 73 6 139 0.47 0.96 0 0.45 270.23 0.92 0.28
Hex 49 6 8B 2F 60 0 2D 10E 5C 1C
Octal 111 6 213 57 140 0 55 416 134 34
Binary 1001001 110 10001011 101111 1100000 0 101101 100001110 1011100 11100

Color Harmonies of #49068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49068B

Black with #49068B

Text Example


Text Example

White with #49068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,6,139); }

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

background-color css

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

 a { background-color: rgb(73,6,139); }

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

border-color css

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

 span { border-color: rgb(73,6,139); }

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