Html Css Color HEX #4A116F Indigo

📋 copy color: '#4A116F'

red 74 ◦ green 17 ◦ blue 111

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

Shades of Indigo #4A116F

Tints of Indigo #4A116F

RGB

 RED value IS 74 (29.3% from 255) = 36.63%

 GREEN value IS 17 (7.03% from 255) = 8.42%

 BLUE value IS 111 (43.75% from 255) = 54.95%

R = 36.63%
G = 8.42%
B = 54.95%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A116F (or 0x4A116F) is known color: Indigo. HEX triplet: 4A, 11 and 6F. RGB value is (74,17,111). Sum of RGB (Red+Green+Blue) = 74+17+111=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A116F is #B5EE90. Grayscale: #2C2C2C. Windows color (decimal): -11923089 or 7278922. OLE color: 7278922.

HSL color Cylindrical-coordinate representation of color #4A116F: hue angle of 276.38º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A116F is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 17 111 -
CMYK 0.33 0.85 0 0.56
HSL 276.38º 0.73% 0.25% -
HSV(B) 276.38º 0.85% 0.44% -
XYZ 5.89 3 15.31 -
YUV 44.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 74 17 111 0.33 0.85 0 0.56 276.38 0.73 0.25
Hex 4A 11 6F 21 55 0 38 114 49 19
Octal 112 21 157 41 125 0 70 424 111 31
Binary 1001010 10001 1101111 100001 1010101 0 111000 100010100 1001001 11001

Color Harmonies of #4A116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A116F

Black with #4A116F

Text Example


Text Example

White with #4A116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A116F; }

 p { color: rgb(74,17,111); }

 H1.HeaderClassName
 {
   color: #4A116F;
 }
 .AnyTagClassName
 {
   color: #4A116F;
 }
</style>

background-color css

<style>
 a { background-color: #4A116F; }

 a { background-color: rgb(74,17,111); }

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

border-color css

<style>
 span { border-color: #4A116F; }

 span { border-color: rgb(74,17,111); }

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