Html Css Color HEX #4C098F Indigo

📋 copy color: '#4C098F'

red 76 ◦ green 9 ◦ blue 143

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

Shades of Indigo #4C098F

Tints of Indigo #4C098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 33.33%
G = 3.95%
B = 62.72%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C098F (or 0x4C098F) is known color: Indigo. HEX triplet: 4C, 09 and 8F. RGB value is (76,9,143). Sum of RGB (Red+Green+Blue) = 76+9+143=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C098F is #B3F670. Grayscale: #2B2B2B. Windows color (decimal): -11794033 or 9374028. OLE color: 9374028.

HSL color Cylindrical-coordinate representation of color #4C098F: hue angle of 270º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C098F is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 9 143 -
CMYK 0.47 0.94 0 0.44
HSL 270º 0.88% 0.3% -
HSV(B) 270º 0.94% 0.56% -
XYZ 8.04 3.72 26.28 -
YUV 44.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 76 9 143 0.47 0.94 0 0.44 270 0.88 0.3
Hex 4C 9 8F 2F 5E 0 2C 10E 58 1E
Octal 114 11 217 57 136 0 54 416 130 36
Binary 1001100 1001 10001111 101111 1011110 0 101100 100001110 1011000 11110

Color Harmonies of #4C098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C098F

Black with #4C098F

Text Example


Text Example

White with #4C098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,9,143); }

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

background-color css

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

 a { background-color: rgb(76,9,143); }

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

border-color css

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

 span { border-color: rgb(76,9,143); }

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