Html Css Color HEX #4C069A Indigo

📋 copy color: '#4C069A'

red 76 ◦ green 6 ◦ blue 154

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

Shades of Indigo #4C069A

Tints of Indigo #4C069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 32.2%
G = 2.54%
B = 65.25%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C069A (or 0x4C069A) is known color: Indigo. HEX triplet: 4C, 06 and 9A. RGB value is (76,6,154). Sum of RGB (Red+Green+Blue) = 76+6+154=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C069A is #B3F965. Grayscale: #2B2B2B. Windows color (decimal): -11794790 or 10094156. OLE color: 10094156.

HSL color Cylindrical-coordinate representation of color #4C069A: hue angle of 268.38º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C069A is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 6 154 -
CMYK 0.51 0.96 0 0.40
HSL 268.38º 0.93% 0.31% -
HSV(B) 268.38º 0.96% 0.6% -
XYZ 8.88 4 30.88 -
YUV 43.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 76 6 154 0.51 0.96 0 0.40 268.38 0.93 0.31
Hex 4C 6 9A 33 60 0 28 10C 5C 1F
Octal 114 6 232 63 140 0 50 414 134 37
Binary 1001100 110 10011010 110011 1100000 0 101000 100001100 1011100 11111

Color Harmonies of #4C069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C069A

Black with #4C069A

Text Example


Text Example

White with #4C069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,154); }

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

background-color css

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

 a { background-color: rgb(76,6,154); }

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

border-color css

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

 span { border-color: rgb(76,6,154); }

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