Html Css Color HEX #4C0663 Indigo

📋 copy color: '#4C0663'

red 76 ◦ green 6 ◦ blue 99

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

Shades of Indigo #4C0663

Tints of Indigo #4C0663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 41.99%
G = 3.31%
B = 54.7%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C0663 (or 0x4C0663) is known color: Indigo. HEX triplet: 4C, 06 and 63. RGB value is (76,6,99). Sum of RGB (Red+Green+Blue) = 76+6+99=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C0663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0663 is #B3F99C. Grayscale: #252525. Windows color (decimal): -11794845 or 6489676. OLE color: 6489676.

HSL color Cylindrical-coordinate representation of color #4C0663: hue angle of 285.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0663 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 6 99 -
CMYK 0.23 0.94 0 0.61
HSL 285.16º 0.89% 0.21% -
HSV(B) 285.16º 0.94% 0.39% -
XYZ 5.3 2.57 12.02 -
YUV 37.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 76 6 99 0.23 0.94 0 0.61 285.16 0.89 0.21
Hex 4C 6 63 17 5E 0 3D 11D 59 15
Octal 114 6 143 27 136 0 75 435 131 25
Binary 1001100 110 1100011 10111 1011110 0 111101 100011101 1011001 10101

Color Harmonies of #4C0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0663

Black with #4C0663

Text Example


Text Example

White with #4C0663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,99); }

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

background-color css

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

 a { background-color: rgb(76,6,99); }

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

border-color css

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

 span { border-color: rgb(76,6,99); }

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