Html Css Color HEX #49019E Indigo

📋 copy color: '#49019E'

red 73 ◦ green 1 ◦ blue 158

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

Shades of Indigo #49019E

Tints of Indigo #49019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 31.47%
G = 0.43%
B = 68.1%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49019E (or 0x49019E) is known color: Indigo. HEX triplet: 49, 01 and 9E. RGB value is (73,1,158). Sum of RGB (Red+Green+Blue) = 73+1+158=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #49019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49019E is #B6FE61. Grayscale: #272727. Windows color (decimal): -11992674 or 10355017. OLE color: 10355017.

HSL color Cylindrical-coordinate representation of color #49019E: hue angle of 267.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49019E is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 1 158 -
CMYK 0.54 0.99 0 0.38
HSL 267.52º 0.99% 0.31% -
HSV(B) 267.52º 0.99% 0.62% -
XYZ 8.93 3.91 32.63 -
YUV 40.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 73 1 158 0.54 0.99 0 0.38 267.52 0.99 0.31
Hex 49 1 9E 36 63 0 26 10C 63 1F
Octal 111 1 236 66 143 0 46 414 143 37
Binary 1001001 1 10011110 110110 1100011 0 100110 100001100 1100011 11111

Color Harmonies of #49019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49019E

Black with #49019E

Text Example


Text Example

White with #49019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49019E; }

 p { color: rgb(73,1,158); }

 H1.HeaderClassName
 {
   color: #49019E;
 }
 .AnyTagClassName
 {
   color: #49019E;
 }
</style>

background-color css

<style>
 a { background-color: #49019E; }

 a { background-color: rgb(73,1,158); }

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

border-color css

<style>
 span { border-color: #49019E; }

 span { border-color: rgb(73,1,158); }

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