Html Css Color HEX #4C009E Indigo

📋 copy color: '#4C009E'

red 76 ◦ green 0 ◦ blue 158

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

Shades of Indigo #4C009E

Tints of Indigo #4C009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 67.52%

R = 32.48%
G = 0%
B = 67.52%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C009E (or 0x4C009E) is known color: Indigo. HEX triplet: 4C, 00 and 9E. RGB value is (76,0,158). Sum of RGB (Red+Green+Blue) = 76+0+158=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C009E is #B3FF61. Grayscale: #282828. Windows color (decimal): -11796322 or 10354764. OLE color: 10354764.

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

Color convert

RGB 76 0 158 -
CMYK 0.52 1 0 0.38
HSL 268.86º 1% 0.31% -
HSV(B) 268.86º 1% 0.62% -
XYZ 9.15 4.01 32.64 -
YUV 40.74 194.18 153.15 -
System Red Green Blue C M Y K H S L
Decimal 76 0 158 0.52 1 0 0.38 268.86 1 0.31
Hex 4C 0 9E 34 64 0 26 10D 64 1F
Octal 114 0 236 64 144 0 46 415 144 37
Binary 1001100 0 10011110 110100 1100100 0 100110 100001101 1100100 11111

Color Harmonies of #4C009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C009E

Black with #4C009E

Text Example


Text Example

White with #4C009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,158); }

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

background-color css

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

 a { background-color: rgb(76,0,158); }

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

border-color css

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

 span { border-color: rgb(76,0,158); }

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