Html Css Color HEX #4C0D94 Indigo

📋 copy color: '#4C0D94'

red 76 ◦ green 13 ◦ blue 148

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

Shades of Indigo #4C0D94

Tints of Indigo #4C0D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 32.07%
G = 5.49%
B = 62.45%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C0D94 (or 0x4C0D94) is known color: Indigo. HEX triplet: 4C, 0D and 94. RGB value is (76,13,148). Sum of RGB (Red+Green+Blue) = 76+13+148=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C0D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0D94 is #B3F26B. Grayscale: #2E2E2E. Windows color (decimal): -11793004 or 9702732. OLE color: 9702732.

HSL color Cylindrical-coordinate representation of color #4C0D94: hue angle of 268º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0D94 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 13 148 -
CMYK 0.49 0.91 0 0.42
HSL 268º 0.84% 0.32% -
HSV(B) 268º 0.91% 0.58% -
XYZ 8.47 3.96 28.34 -
YUV 47.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 76 13 148 0.49 0.91 0 0.42 268 0.84 0.32
Hex 4C D 94 31 5B 0 2A 10C 54 20
Octal 114 15 224 61 133 0 52 414 124 40
Binary 1001100 1101 10010100 110001 1011011 0 101010 100001100 1010100 100000

Color Harmonies of #4C0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D94

Black with #4C0D94

Text Example


Text Example

White with #4C0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,148); }

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

background-color css

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

 a { background-color: rgb(76,13,148); }

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

border-color css

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

 span { border-color: rgb(76,13,148); }

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