Html Css Color HEX #4F0271 Indigo

📋 copy color: '#4F0271'

red 79 ◦ green 2 ◦ blue 113

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

Shades of Indigo #4F0271

Tints of Indigo #4F0271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 40.72%
G = 1.03%
B = 58.25%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F0271 (or 0x4F0271) is known color: Indigo. HEX triplet: 4F, 02 and 71. RGB value is (79,2,113). Sum of RGB (Red+Green+Blue) = 79+2+113=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0271 is #B0FD8E. Grayscale: #252525. Windows color (decimal): -11599247 or 7406159. OLE color: 7406159.

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

Color convert

RGB 79 2 113 -
CMYK 0.30 0.98 0 0.56
HSL 281.62º 0.97% 0.23% -
HSV(B) 281.62º 0.98% 0.44% -
XYZ 6.23 2.9 15.85 -
YUV 37.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 79 2 113 0.30 0.98 0 0.56 281.62 0.97 0.23
Hex 4F 2 71 1E 62 0 38 11A 61 17
Octal 117 2 161 36 142 0 70 432 141 27
Binary 1001111 10 1110001 11110 1100010 0 111000 100011010 1100001 10111

Color Harmonies of #4F0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0271

Black with #4F0271

Text Example


Text Example

White with #4F0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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