Html Css Color HEX #4C028F Indigo

📋 copy color: '#4C028F'

red 76 ◦ green 2 ◦ blue 143

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

Shades of Indigo #4C028F

Tints of Indigo #4C028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.71%

R = 34.39%
G = 0.9%
B = 64.71%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C028F (or 0x4C028F) is known color: Indigo. HEX triplet: 4C, 02 and 8F. RGB value is (76,2,143). Sum of RGB (Red+Green+Blue) = 76+2+143=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C028F is #B3FD70. Grayscale: #272727. Windows color (decimal): -11795825 or 9372236. OLE color: 9372236.

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

Color convert

RGB 76 2 143 -
CMYK 0.47 0.99 0 0.44
HSL 271.49º 0.97% 0.28% -
HSV(B) 271.49º 0.99% 0.56% -
XYZ 7.96 3.56 26.25 -
YUV 40.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 76 2 143 0.47 0.99 0 0.44 271.49 0.97 0.28
Hex 4C 2 8F 2F 63 0 2C 10F 61 1C
Octal 114 2 217 57 143 0 54 417 141 34
Binary 1001100 10 10001111 101111 1100011 0 101100 100001111 1100001 11100

Color Harmonies of #4C028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C028F

Black with #4C028F

Text Example


Text Example

White with #4C028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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