Html Css Color HEX #4C1091 Indigo

📋 copy color: '#4C1091'

red 76 ◦ green 16 ◦ blue 145

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

Shades of Indigo #4C1091

Tints of Indigo #4C1091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 32.07%
G = 6.75%
B = 61.18%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C1091 (or 0x4C1091) is known color: Indigo. HEX triplet: 4C, 10 and 91. RGB value is (76,16,145). Sum of RGB (Red+Green+Blue) = 76+16+145=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C1091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1091 is #B3EF6E. Grayscale: #303030. Windows color (decimal): -11792239 or 9506892. OLE color: 9506892.

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

Color convert

RGB 76 16 145 -
CMYK 0.48 0.89 0 0.43
HSL 267.91º 0.8% 0.32% -
HSV(B) 267.91º 0.89% 0.57% -
XYZ 8.28 3.95 27.11 -
YUV 48.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 76 16 145 0.48 0.89 0 0.43 267.91 0.8 0.32
Hex 4C 10 91 30 59 0 2B 10C 50 20
Octal 114 20 221 60 131 0 53 414 120 40
Binary 1001100 10000 10010001 110000 1011001 0 101011 100001100 1010000 100000

Color Harmonies of #4C1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1091

Black with #4C1091

Text Example


Text Example

White with #4C1091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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