Html Css Color HEX #4C028B Indigo

📋 copy color: '#4C028B'

red 76 ◦ green 2 ◦ blue 139

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

Shades of Indigo #4C028B

Tints of Indigo #4C028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 35.02%
G = 0.92%
B = 64.06%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C028B (or 0x4C028B) is known color: Indigo. HEX triplet: 4C, 02 and 8B. RGB value is (76,2,139). Sum of RGB (Red+Green+Blue) = 76+2+139=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C028B is #B3FD74. Grayscale: #272727. Windows color (decimal): -11795829 or 9110092. OLE color: 9110092.

HSL color Cylindrical-coordinate representation of color #4C028B: hue angle of 272.41º 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 #4C028B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 2 139 -
CMYK 0.45 0.99 0 0.45
HSL 272.41º 0.97% 0.28% -
HSV(B) 272.41º 0.99% 0.55% -
XYZ 7.66 3.44 24.69 -
YUV 39.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 76 2 139 0.45 0.99 0 0.45 272.41 0.97 0.28
Hex 4C 2 8B 2D 63 0 2D 110 61 1C
Octal 114 2 213 55 143 0 55 420 141 34
Binary 1001100 10 10001011 101101 1100011 0 101101 100010000 1100001 11100

Color Harmonies of #4C028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C028B

Black with #4C028B

Text Example


Text Example

White with #4C028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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