Html Css Color HEX #4F0299 Indigo

📋 copy color: '#4F0299'

red 79 ◦ green 2 ◦ blue 153

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

Shades of Indigo #4F0299

Tints of Indigo #4F0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 33.76%
G = 0.85%
B = 65.38%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F0299 (or 0x4F0299) is known color: Indigo. HEX triplet: 4F, 02 and 99. RGB value is (79,2,153). Sum of RGB (Red+Green+Blue) = 79+2+153=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0299 is #B0FD66. Grayscale: #292929. Windows color (decimal): -11599207 or 10027599. OLE color: 10027599.

HSL color Cylindrical-coordinate representation of color #4F0299: hue angle of 270.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0299 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 2 153 -
CMYK 0.48 0.99 0 0.4
HSL 270.6º 0.97% 0.3% -
HSV(B) 270.6º 0.99% 0.6% -
XYZ 9 4.01 30.44 -
YUV 42.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 79 2 153 0.48 0.99 0 0.4 270.6 0.97 0.3
Hex 4F 2 99 30 63 0 28 10F 61 1E
Octal 117 2 231 60 143 0 50 417 141 36
Binary 1001111 10 10011001 110000 1100011 0 101000 100001111 1100001 11110

Color Harmonies of #4F0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0299

Black with #4F0299

Text Example


Text Example

White with #4F0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,153); }

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

background-color css

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

 a { background-color: rgb(79,2,153); }

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

border-color css

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

 span { border-color: rgb(79,2,153); }

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