Html Css Color HEX #4C0DAB Indigo

📋 copy color: '#4C0DAB'

red 76 ◦ green 13 ◦ blue 171

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

Shades of Indigo #4C0DAB

Tints of Indigo #4C0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 171 (67.19% from 255) = 65.77%

R = 29.23%
G = 5%
B = 65.77%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C0DAB (or 0x4C0DAB) is known color: Indigo. HEX triplet: 4C, 0D and AB. RGB value is (76,13,171). Sum of RGB (Red+Green+Blue) = 76+13+171=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C0DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0DAB is #B3F254. Grayscale: #313131. Windows color (decimal): -11792981 or 11210060. OLE color: 11210060.

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

Color convert

RGB 76 13 171 -
CMYK 0.56 0.92 0 0.33
HSL 263.92º 0.86% 0.36% -
HSV(B) 263.92º 0.92% 0.67% -
XYZ 10.48 4.76 38.9 -
YUV 49.85 196.37 146.65 -
System Red Green Blue C M Y K H S L
Decimal 76 13 171 0.56 0.92 0 0.33 263.92 0.86 0.36
Hex 4C D AB 38 5C 0 21 108 56 24
Octal 114 15 253 70 134 0 41 410 126 44
Binary 1001100 1101 10101011 111000 1011100 0 100001 100001000 1010110 100100

Color Harmonies of #4C0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DAB

Black with #4C0DAB

Text Example


Text Example

White with #4C0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,171); }

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

background-color css

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

 a { background-color: rgb(76,13,171); }

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

border-color css

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

 span { border-color: rgb(76,13,171); }

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