Html Css Color HEX #4C026C Indigo

📋 copy color: '#4C026C'

red 76 ◦ green 2 ◦ blue 108

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

Shades of Indigo #4C026C

Tints of Indigo #4C026C

RGB

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

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

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

R = 40.86%
G = 1.08%
B = 58.06%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C026C (or 0x4C026C) is known color: Indigo. HEX triplet: 4C, 02 and 6C. RGB value is (76,2,108). Sum of RGB (Red+Green+Blue) = 76+2+108=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C026C is #B3FD93. Grayscale: #232323. Windows color (decimal): -11795860 or 7078476. OLE color: 7078476.

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

Color convert

RGB 76 2 108 -
CMYK 0.30 0.98 0 0.58
HSL 281.89º 0.96% 0.22% -
HSV(B) 281.89º 0.98% 0.42% -
XYZ 5.71 2.66 14.4 -
YUV 36.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 76 2 108 0.30 0.98 0 0.58 281.89 0.96 0.22
Hex 4C 2 6C 1E 62 0 3A 11A 60 16
Octal 114 2 154 36 142 0 72 432 140 26
Binary 1001100 10 1101100 11110 1100010 0 111010 100011010 1100000 10110

Color Harmonies of #4C026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C026C

Black with #4C026C

Text Example


Text Example

White with #4C026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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