Html Css Color HEX #4C035C Indigo

📋 copy color: '#4C035C'

red 76 ◦ green 3 ◦ blue 92

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

Shades of Indigo #4C035C

Tints of Indigo #4C035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 44.44%
G = 1.75%
B = 53.8%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C035C (or 0x4C035C) is known color: Indigo. HEX triplet: 4C, 03 and 5C. RGB value is (76,3,92). Sum of RGB (Red+Green+Blue) = 76+3+92=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C035C is #B3FCA3. Grayscale: #222222. Windows color (decimal): -11795620 or 6030156. OLE color: 6030156.

HSL color Cylindrical-coordinate representation of color #4C035C: hue angle of 289.21º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C035C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 3 92 -
CMYK 0.17 0.97 0 0.64
HSL 289.21º 0.94% 0.19% -
HSV(B) 289.21º 0.97% 0.36% -
XYZ 4.94 2.37 10.32 -
YUV 34.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 76 3 92 0.17 0.97 0 0.64 289.21 0.94 0.19
Hex 4C 3 5C 11 61 0 40 121 5E 13
Octal 114 3 134 21 141 0 100 441 136 23
Binary 1001100 11 1011100 10001 1100001 0 1000000 100100001 1011110 10011

Color Harmonies of #4C035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C035C

Black with #4C035C

Text Example


Text Example

White with #4C035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,92); }

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

background-color css

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

 a { background-color: rgb(76,3,92); }

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

border-color css

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

 span { border-color: rgb(76,3,92); }

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