Html Css Color HEX #4C028C Indigo

📋 copy color: '#4C028C'

red 76 ◦ green 2 ◦ blue 140

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

Shades of Indigo #4C028C

Tints of Indigo #4C028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 34.86%
G = 0.92%
B = 64.22%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C028C (or 0x4C028C) is known color: Indigo. HEX triplet: 4C, 02 and 8C. RGB value is (76,2,140). Sum of RGB (Red+Green+Blue) = 76+2+140=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C028C is #B3FD73. Grayscale: #272727. Windows color (decimal): -11795828 or 9175628. OLE color: 9175628.

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

Color convert

RGB 76 2 140 -
CMYK 0.46 0.99 0 0.45
HSL 272.17º 0.97% 0.28% -
HSV(B) 272.17º 0.99% 0.55% -
XYZ 7.74 3.47 25.07 -
YUV 39.86 184.52 153.78 -
System Red Green Blue C M Y K H S L
Decimal 76 2 140 0.46 0.99 0 0.45 272.17 0.97 0.28
Hex 4C 2 8C 2E 63 0 2D 110 61 1C
Octal 114 2 214 56 143 0 55 420 141 34
Binary 1001100 10 10001100 101110 1100011 0 101101 100010000 1100001 11100

Color Harmonies of #4C028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C028C

Black with #4C028C

Text Example


Text Example

White with #4C028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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