Html Css Color HEX #4A0170 Indigo

📋 copy color: '#4A0170'

red 74 ◦ green 1 ◦ blue 112

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

Shades of Indigo #4A0170

Tints of Indigo #4A0170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 39.57%
G = 0.53%
B = 59.89%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A0170 (or 0x4A0170) is known color: Indigo. HEX triplet: 4A, 01 and 70. RGB value is (74,1,112). Sum of RGB (Red+Green+Blue) = 74+1+112=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0170 is #B5FE8F. Grayscale: #232323. Windows color (decimal): -11927184 or 7340362. OLE color: 7340362.

HSL color Cylindrical-coordinate representation of color #4A0170: hue angle of 279.46º 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 #4A0170 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 1 112 -
CMYK 0.34 0.99 0 0.56
HSL 279.46º 0.98% 0.22% -
HSV(B) 279.46º 0.99% 0.44% -
XYZ 5.76 2.65 15.54 -
YUV 35.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 74 1 112 0.34 0.99 0 0.56 279.46 0.98 0.22
Hex 4A 1 70 22 63 0 38 117 62 16
Octal 112 1 160 42 143 0 70 427 142 26
Binary 1001010 1 1110000 100010 1100011 0 111000 100010111 1100010 10110

Color Harmonies of #4A0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0170

Black with #4A0170

Text Example


Text Example

White with #4A0170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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