Html Css Color HEX #4C039F Indigo

📋 copy color: '#4C039F'

red 76 ◦ green 3 ◦ blue 159

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

Shades of Indigo #4C039F

Tints of Indigo #4C039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 31.93%
G = 1.26%
B = 66.81%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C039F (or 0x4C039F) is known color: Indigo. HEX triplet: 4C, 03 and 9F. RGB value is (76,3,159). Sum of RGB (Red+Green+Blue) = 76+3+159=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C039F is #B3FC60. Grayscale: #2A2A2A. Windows color (decimal): -11795553 or 10421068. OLE color: 10421068.

HSL color Cylindrical-coordinate representation of color #4C039F: hue angle of 268.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C039F is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 3 159 -
CMYK 0.52 0.98 0 0.38
HSL 268.08º 0.96% 0.32% -
HSV(B) 268.08º 0.98% 0.62% -
XYZ 9.27 4.1 33.1 -
YUV 42.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 76 3 159 0.52 0.98 0 0.38 268.08 0.96 0.32
Hex 4C 3 9F 34 62 0 26 10C 60 20
Octal 114 3 237 64 142 0 46 414 140 40
Binary 1001100 11 10011111 110100 1100010 0 100110 100001100 1100000 100000

Color Harmonies of #4C039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C039F

Black with #4C039F

Text Example


Text Example

White with #4C039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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