Html Css Color HEX #4C0865 Indigo

📋 copy color: '#4C0865'

red 76 ◦ green 8 ◦ blue 101

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

Shades of Indigo #4C0865

Tints of Indigo #4C0865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 101 (39.84% from 255) = 54.59%

R = 41.08%
G = 4.32%
B = 54.59%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C0865 (or 0x4C0865) is known color: Indigo. HEX triplet: 4C, 08 and 65. RGB value is (76,8,101). Sum of RGB (Red+Green+Blue) = 76+8+101=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C0865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0865 is #B3F79A. Grayscale: #262626. Windows color (decimal): -11794331 or 6621260. OLE color: 6621260.

HSL color Cylindrical-coordinate representation of color #4C0865: hue angle of 283.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0865 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 8 101 -
CMYK 0.25 0.92 0 0.60
HSL 283.87º 0.85% 0.21% -
HSV(B) 283.87º 0.92% 0.4% -
XYZ 5.42 2.65 12.54 -
YUV 38.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 76 8 101 0.25 0.92 0 0.60 283.87 0.85 0.21
Hex 4C 8 65 19 5C 0 3C 11C 55 15
Octal 114 10 145 31 134 0 74 434 125 25
Binary 1001100 1000 1100101 11001 1011100 0 111100 100011100 1010101 10101

Color Harmonies of #4C0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0865

Black with #4C0865

Text Example


Text Example

White with #4C0865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,101); }

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

background-color css

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

 a { background-color: rgb(76,8,101); }

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

border-color css

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

 span { border-color: rgb(76,8,101); }

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