Html Css Color HEX #4C089D Indigo

📋 copy color: '#4C089D'

red 76 ◦ green 8 ◦ blue 157

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

Shades of Indigo #4C089D

Tints of Indigo #4C089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 31.54%
G = 3.32%
B = 65.15%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C089D (or 0x4C089D) is known color: Indigo. HEX triplet: 4C, 08 and 9D. RGB value is (76,8,157). Sum of RGB (Red+Green+Blue) = 76+8+157=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C089D is #B3F762. Grayscale: #2C2C2C. Windows color (decimal): -11794275 or 10291276. OLE color: 10291276.

HSL color Cylindrical-coordinate representation of color #4C089D: hue angle of 267.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C089D is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 8 157 -
CMYK 0.52 0.95 0 0.38
HSL 267.38º 0.9% 0.32% -
HSV(B) 267.38º 0.95% 0.62% -
XYZ 9.15 4.14 32.22 -
YUV 45.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 76 8 157 0.52 0.95 0 0.38 267.38 0.9 0.32
Hex 4C 8 9D 34 5F 0 26 10B 5A 20
Octal 114 10 235 64 137 0 46 413 132 40
Binary 1001100 1000 10011101 110100 1011111 0 100110 100001011 1011010 100000

Color Harmonies of #4C089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C089D

Black with #4C089D

Text Example


Text Example

White with #4C089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,157); }

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

background-color css

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

 a { background-color: rgb(76,8,157); }

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

border-color css

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

 span { border-color: rgb(76,8,157); }

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