Html Css Color HEX #4A016F Indigo

📋 copy color: '#4A016F'

red 74 ◦ green 1 ◦ blue 111

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

Shades of Indigo #4A016F

Tints of Indigo #4A016F

RGB

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

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

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

R = 39.78%
G = 0.54%
B = 59.68%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A016F (or 0x4A016F) is known color: Indigo. HEX triplet: 4A, 01 and 6F. RGB value is (74,1,111). Sum of RGB (Red+Green+Blue) = 74+1+111=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A016F is #B5FE90. Grayscale: #232323. Windows color (decimal): -11927185 or 7274826. OLE color: 7274826.

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

Color convert

RGB 74 1 111 -
CMYK 0.33 0.99 0 0.56
HSL 279.82º 0.98% 0.22% -
HSV(B) 279.82º 0.99% 0.44% -
XYZ 5.7 2.63 15.25 -
YUV 35.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 74 1 111 0.33 0.99 0 0.56 279.82 0.98 0.22
Hex 4A 1 6F 21 63 0 38 118 62 16
Octal 112 1 157 41 143 0 70 430 142 26
Binary 1001010 1 1101111 100001 1100011 0 111000 100011000 1100010 10110

Color Harmonies of #4A016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A016F

Black with #4A016F

Text Example


Text Example

White with #4A016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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