Html Css Color HEX #4F0A9D Indigo

📋 copy color: '#4F0A9D'

red 79 ◦ green 10 ◦ blue 157

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

Shades of Indigo #4F0A9D

Tints of Indigo #4F0A9D

RGB

 RED value IS 79 (31.25% from 255) = 32.11%

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 32.11%
G = 4.07%
B = 63.82%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F0A9D (or 0x4F0A9D) is known color: Indigo. HEX triplet: 4F, 0A and 9D. RGB value is (79,10,157). Sum of RGB (Red+Green+Blue) = 79+10+157=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0A9D is #B0F562. Grayscale: #2E2E2E. Windows color (decimal): -11597155 or 10291791. OLE color: 10291791.

HSL color Cylindrical-coordinate representation of color #4F0A9D: hue angle of 268.16º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0A9D is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 10 157 -
CMYK 0.50 0.94 0 0.38
HSL 268.16º 0.88% 0.33% -
HSV(B) 268.16º 0.94% 0.62% -
XYZ 9.42 4.31 32.23 -
YUV 47.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 79 10 157 0.50 0.94 0 0.38 268.16 0.88 0.33
Hex 4F A 9D 32 5E 0 26 10C 58 21
Octal 117 12 235 62 136 0 46 414 130 41
Binary 1001111 1010 10011101 110010 1011110 0 100110 100001100 1011000 100001

Color Harmonies of #4F0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A9D

Black with #4F0A9D

Text Example


Text Example

White with #4F0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,10,157); }

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

background-color css

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

 a { background-color: rgb(79,10,157); }

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

border-color css

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

 span { border-color: rgb(79,10,157); }

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