Html Css Color HEX #4C056C Indigo

📋 copy color: '#4C056C'

red 76 ◦ green 5 ◦ blue 108

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

Shades of Indigo #4C056C

Tints of Indigo #4C056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 40.21%
G = 2.65%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C056C (or 0x4C056C) is known color: Indigo. HEX triplet: 4C, 05 and 6C. RGB value is (76,5,108). Sum of RGB (Red+Green+Blue) = 76+5+108=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C056C is #B3FA93. Grayscale: #252525. Windows color (decimal): -11795092 or 7079244. OLE color: 7079244.

HSL color Cylindrical-coordinate representation of color #4C056C: hue angle of 281.36º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C056C is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 5 108 -
CMYK 0.30 0.95 0 0.58
HSL 281.36º 0.91% 0.22% -
HSV(B) 281.36º 0.95% 0.42% -
XYZ 5.74 2.73 14.41 -
YUV 37.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 76 5 108 0.30 0.95 0 0.58 281.36 0.91 0.22
Hex 4C 5 6C 1E 5F 0 3A 119 5B 16
Octal 114 5 154 36 137 0 72 431 133 26
Binary 1001100 101 1101100 11110 1011111 0 111010 100011001 1011011 10110

Color Harmonies of #4C056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C056C

Black with #4C056C

Text Example


Text Example

White with #4C056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,108); }

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

background-color css

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

 a { background-color: rgb(76,5,108); }

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

border-color css

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

 span { border-color: rgb(76,5,108); }

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