Html Css Color HEX #4C036D Indigo

📋 copy color: '#4C036D'

red 76 ◦ green 3 ◦ blue 109

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

Shades of Indigo #4C036D

Tints of Indigo #4C036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.98%

R = 40.43%
G = 1.6%
B = 57.98%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C036D (or 0x4C036D) is known color: Indigo. HEX triplet: 4C, 03 and 6D. RGB value is (76,3,109). Sum of RGB (Red+Green+Blue) = 76+3+109=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C036D is #B3FC92. Grayscale: #242424. Windows color (decimal): -11795603 or 7144268. OLE color: 7144268.

HSL color Cylindrical-coordinate representation of color #4C036D: hue angle of 281.32º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C036D is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 3 109 -
CMYK 0.30 0.97 0 0.57
HSL 281.32º 0.95% 0.22% -
HSV(B) 281.32º 0.97% 0.43% -
XYZ 5.77 2.71 14.69 -
YUV 36.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 76 3 109 0.30 0.97 0 0.57 281.32 0.95 0.22
Hex 4C 3 6D 1E 61 0 39 119 5F 16
Octal 114 3 155 36 141 0 71 431 137 26
Binary 1001100 11 1101101 11110 1100001 0 111001 100011001 1011111 10110

Color Harmonies of #4C036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C036D

Black with #4C036D

Text Example


Text Example

White with #4C036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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