Html Css Color HEX #4C0174 Indigo

📋 copy color: '#4C0174'

red 76 ◦ green 1 ◦ blue 116

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

Shades of Indigo #4C0174

Tints of Indigo #4C0174

RGB

 RED value IS 76 (30.08% from 255) = 39.38%

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 39.38%
G = 0.52%
B = 60.1%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C0174 (or 0x4C0174) is known color: Indigo. HEX triplet: 4C, 01 and 74. RGB value is (76,1,116). Sum of RGB (Red+Green+Blue) = 76+1+116=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0174 is #B3FE8B. Grayscale: #242424. Windows color (decimal): -11796108 or 7602508. OLE color: 7602508.

HSL color Cylindrical-coordinate representation of color #4C0174: hue angle of 279.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0174 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 1 116 -
CMYK 0.34 0.99 0 0.55
HSL 279.13º 0.98% 0.23% -
HSV(B) 279.13º 0.99% 0.45% -
XYZ 6.14 2.82 16.74 -
YUV 36.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 76 1 116 0.34 0.99 0 0.55 279.13 0.98 0.23
Hex 4C 1 74 22 63 0 37 117 62 17
Octal 114 1 164 42 143 0 67 427 142 27
Binary 1001100 1 1110100 100010 1100011 0 110111 100010111 1100010 10111

Color Harmonies of #4C0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0174

Black with #4C0174

Text Example


Text Example

White with #4C0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,116); }

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

background-color css

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

 a { background-color: rgb(76,1,116); }

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

border-color css

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

 span { border-color: rgb(76,1,116); }

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