Html Css Color HEX #4F0363 Indigo

📋 copy color: '#4F0363'

red 79 ◦ green 3 ◦ blue 99

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

Shades of Indigo #4F0363

Tints of Indigo #4F0363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 43.65%
G = 1.66%
B = 54.7%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F0363 (or 0x4F0363) is known color: Indigo. HEX triplet: 4F, 03 and 63. RGB value is (79,3,99). Sum of RGB (Red+Green+Blue) = 79+3+99=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0363 is #B0FC9C. Grayscale: #242424. Windows color (decimal): -11599005 or 6488911. OLE color: 6488911.

HSL color Cylindrical-coordinate representation of color #4F0363: hue angle of 287.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0363 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 3 99 -
CMYK 0.20 0.97 0 0.61
HSL 287.5º 0.94% 0.2% -
HSV(B) 287.5º 0.97% 0.39% -
XYZ 5.51 2.63 12.02 -
YUV 36.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 79 3 99 0.20 0.97 0 0.61 287.5 0.94 0.2
Hex 4F 3 63 14 61 0 3D 120 5E 14
Octal 117 3 143 24 141 0 75 440 136 24
Binary 1001111 11 1100011 10100 1100001 0 111101 100100000 1011110 10100

Color Harmonies of #4F0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0363

Black with #4F0363

Text Example


Text Example

White with #4F0363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,99); }

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

background-color css

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

 a { background-color: rgb(79,3,99); }

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

border-color css

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

 span { border-color: rgb(79,3,99); }

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