Html Css Color HEX #4A016B Indigo

📋 copy color: '#4A016B'

red 74 ◦ green 1 ◦ blue 107

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

Shades of Indigo #4A016B

Tints of Indigo #4A016B

RGB

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

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

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

R = 40.66%
G = 0.55%
B = 58.79%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A016B (or 0x4A016B) is known color: Indigo. HEX triplet: 4A, 01 and 6B. RGB value is (74,1,107). Sum of RGB (Red+Green+Blue) = 74+1+107=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A016B is #B5FE94. Grayscale: #222222. Windows color (decimal): -11927189 or 7012682. OLE color: 7012682.

HSL color Cylindrical-coordinate representation of color #4A016B: hue angle of 281.32º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A016B is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 1 107 -
CMYK 0.31 0.99 0 0.58
HSL 281.32º 0.98% 0.21% -
HSV(B) 281.32º 0.99% 0.42% -
XYZ 5.49 2.54 14.11 -
YUV 34.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 74 1 107 0.31 0.99 0 0.58 281.32 0.98 0.21
Hex 4A 1 6B 1F 63 0 3A 119 62 15
Octal 112 1 153 37 143 0 72 431 142 25
Binary 1001010 1 1101011 11111 1100011 0 111010 100011001 1100010 10101

Color Harmonies of #4A016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A016B

Black with #4A016B

Text Example


Text Example

White with #4A016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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