Html Css Color HEX #4C019B Indigo

📋 copy color: '#4C019B'

red 76 ◦ green 1 ◦ blue 155

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

Shades of Indigo #4C019B

Tints of Indigo #4C019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 32.76%
G = 0.43%
B = 66.81%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C019B (or 0x4C019B) is known color: Indigo. HEX triplet: 4C, 01 and 9B. RGB value is (76,1,155). Sum of RGB (Red+Green+Blue) = 76+1+155=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C019B is #B3FE64. Grayscale: #282828. Windows color (decimal): -11796069 or 10158412. OLE color: 10158412.

HSL color Cylindrical-coordinate representation of color #4C019B: hue angle of 269.22º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C019B is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 1 155 -
CMYK 0.51 0.99 0 0.39
HSL 269.22º 0.99% 0.31% -
HSV(B) 269.22º 0.99% 0.61% -
XYZ 8.91 3.92 31.3 -
YUV 40.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 76 1 155 0.51 0.99 0 0.39 269.22 0.99 0.31
Hex 4C 1 9B 33 63 0 27 10D 63 1F
Octal 114 1 233 63 143 0 47 415 143 37
Binary 1001100 1 10011011 110011 1100011 0 100111 100001101 1100011 11111

Color Harmonies of #4C019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C019B

Black with #4C019B

Text Example


Text Example

White with #4C019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,155); }

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

background-color css

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

 a { background-color: rgb(76,1,155); }

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

border-color css

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

 span { border-color: rgb(76,1,155); }

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