Html Css Color HEX #4F0273 Indigo

📋 copy color: '#4F0273'

red 79 ◦ green 2 ◦ blue 115

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

Shades of Indigo #4F0273

Tints of Indigo #4F0273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 40.31%
G = 1.02%
B = 58.67%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F0273 (or 0x4F0273) is known color: Indigo. HEX triplet: 4F, 02 and 73. RGB value is (79,2,115). Sum of RGB (Red+Green+Blue) = 79+2+115=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0273 is #B0FD8C. Grayscale: #252525. Windows color (decimal): -11599245 or 7537231. OLE color: 7537231.

HSL color Cylindrical-coordinate representation of color #4F0273: hue angle of 280.88º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0273 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 2 115 -
CMYK 0.31 0.98 0 0.55
HSL 280.88º 0.97% 0.23% -
HSV(B) 280.88º 0.98% 0.45% -
XYZ 6.34 2.94 16.45 -
YUV 37.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 79 2 115 0.31 0.98 0 0.55 280.88 0.97 0.23
Hex 4F 2 73 1F 62 0 37 119 61 17
Octal 117 2 163 37 142 0 67 431 141 27
Binary 1001111 10 1110011 11111 1100010 0 110111 100011001 1100001 10111

Color Harmonies of #4F0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0273

Black with #4F0273

Text Example


Text Example

White with #4F0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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