Html Css Color HEX #4C008C Indigo

📋 copy color: '#4C008C'

red 76 ◦ green 0 ◦ blue 140

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

Shades of Indigo #4C008C

Tints of Indigo #4C008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.81%

R = 35.19%
G = 0%
B = 64.81%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C008C (or 0x4C008C) is known color: Indigo. HEX triplet: 4C, 00 and 8C. RGB value is (76,0,140). Sum of RGB (Red+Green+Blue) = 76+0+140=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C008C is #B3FF73. Grayscale: #262626. Windows color (decimal): -11796340 or 9175116. OLE color: 9175116.

HSL color Cylindrical-coordinate representation of color #4C008C: hue angle of 272.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C008C is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 0 140 -
CMYK 0.46 1 0 0.45
HSL 272.57º 1% 0.27% -
HSV(B) 272.57º 1% 0.55% -
XYZ 7.71 3.43 25.07 -
YUV 38.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 76 0 140 0.46 1 0 0.45 272.57 1 0.27
Hex 4C 0 8C 2E 64 0 2D 111 64 1B
Octal 114 0 214 56 144 0 55 421 144 33
Binary 1001100 0 10001100 101110 1100100 0 101101 100010001 1100100 11011

Color Harmonies of #4C008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C008C

Black with #4C008C

Text Example


Text Example

White with #4C008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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