Html Css Color HEX #4C0762 Indigo

📋 copy color: '#4C0762'

red 76 ◦ green 7 ◦ blue 98

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

Shades of Indigo #4C0762

Tints of Indigo #4C0762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 41.99%
G = 3.87%
B = 54.14%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C0762 (or 0x4C0762) is known color: Indigo. HEX triplet: 4C, 07 and 62. RGB value is (76,7,98). Sum of RGB (Red+Green+Blue) = 76+7+98=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C0762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0762 is #B3F89D. Grayscale: #252525. Windows color (decimal): -11794590 or 6424396. OLE color: 6424396.

HSL color Cylindrical-coordinate representation of color #4C0762: hue angle of 285.49º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0762 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 7 98 -
CMYK 0.22 0.93 0 0.62
HSL 285.49º 0.87% 0.21% -
HSV(B) 285.49º 0.93% 0.38% -
XYZ 5.26 2.57 11.77 -
YUV 38.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 76 7 98 0.22 0.93 0 0.62 285.49 0.87 0.21
Hex 4C 7 62 16 5D 0 3E 11D 57 15
Octal 114 7 142 26 135 0 76 435 127 25
Binary 1001100 111 1100010 10110 1011101 0 111110 100011101 1010111 10101

Color Harmonies of #4C0762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0762

Black with #4C0762

Text Example


Text Example

White with #4C0762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,98); }

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

background-color css

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

 a { background-color: rgb(76,7,98); }

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

border-color css

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

 span { border-color: rgb(76,7,98); }

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