Html Css Color HEX #4C0091 Indigo

📋 copy color: '#4C0091'

red 76 ◦ green 0 ◦ blue 145

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

Shades of Indigo #4C0091

Tints of Indigo #4C0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 34.39%
G = 0%
B = 65.61%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C0091 (or 0x4C0091) is known color: Indigo. HEX triplet: 4C, 00 and 91. RGB value is (76,0,145). Sum of RGB (Red+Green+Blue) = 76+0+145=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0091 is #B3FF6E. Grayscale: #262626. Windows color (decimal): -11796335 or 9502796. OLE color: 9502796.

HSL color Cylindrical-coordinate representation of color #4C0091: hue angle of 271.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0091 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 0 145 -
CMYK 0.48 1 0 0.43
HSL 271.45º 1% 0.28% -
HSV(B) 271.45º 1% 0.57% -
XYZ 8.09 3.58 27.05 -
YUV 39.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 76 0 145 0.48 1 0 0.43 271.45 1 0.28
Hex 4C 0 91 30 64 0 2B 10F 64 1C
Octal 114 0 221 60 144 0 53 417 144 34
Binary 1001100 0 10010001 110000 1100100 0 101011 100001111 1100100 11100

Color Harmonies of #4C0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0091

Black with #4C0091

Text Example


Text Example

White with #4C0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,145); }

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

background-color css

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

 a { background-color: rgb(76,0,145); }

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

border-color css

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

 span { border-color: rgb(76,0,145); }

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