Html Css Color HEX #4C07AC Indigo

📋 copy color: '#4C07AC'

red 76 ◦ green 7 ◦ blue 172

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

Shades of Indigo #4C07AC

Tints of Indigo #4C07AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 29.8%
G = 2.75%
B = 67.45%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C07AC (or 0x4C07AC) is known color: Indigo. HEX triplet: 4C, 07 and AC. RGB value is (76,7,172). Sum of RGB (Red+Green+Blue) = 76+7+172=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C07AC is #B3F853. Grayscale: #2D2D2D. Windows color (decimal): -11794516 or 11274060. OLE color: 11274060.

HSL color Cylindrical-coordinate representation of color #4C07AC: hue angle of 265.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C07AC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 7 172 -
CMYK 0.56 0.96 0 0.33
HSL 265.09º 0.92% 0.35% -
HSV(B) 265.09º 0.96% 0.67% -
XYZ 10.5 4.67 39.38 -
YUV 46.44 198.86 149.08 -
System Red Green Blue C M Y K H S L
Decimal 76 7 172 0.56 0.96 0 0.33 265.09 0.92 0.35
Hex 4C 7 AC 38 60 0 21 109 5C 23
Octal 114 7 254 70 140 0 41 411 134 43
Binary 1001100 111 10101100 111000 1100000 0 100001 100001001 1011100 100011

Color Harmonies of #4C07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C07AC

Black with #4C07AC

Text Example


Text Example

White with #4C07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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