Html Css Color HEX #4F0172 Indigo

📋 copy color: '#4F0172'

red 79 ◦ green 1 ◦ blue 114

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

Shades of Indigo #4F0172

Tints of Indigo #4F0172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 40.72%
G = 0.52%
B = 58.76%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F0172 (or 0x4F0172) is known color: Indigo. HEX triplet: 4F, 01 and 72. RGB value is (79,1,114). Sum of RGB (Red+Green+Blue) = 79+1+114=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0172 is #B0FE8D. Grayscale: #242424. Windows color (decimal): -11599502 or 7471439. OLE color: 7471439.

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

Color convert

RGB 79 1 114 -
CMYK 0.31 0.99 0 0.55
HSL 281.42º 0.98% 0.23% -
HSV(B) 281.42º 0.99% 0.45% -
XYZ 6.27 2.9 16.15 -
YUV 37.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 79 1 114 0.31 0.99 0 0.55 281.42 0.98 0.23
Hex 4F 1 72 1F 63 0 37 119 62 17
Octal 117 1 162 37 143 0 67 431 142 27
Binary 1001111 1 1110010 11111 1100011 0 110111 100011001 1100010 10111

Color Harmonies of #4F0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0172

Black with #4F0172

Text Example


Text Example

White with #4F0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,114); }

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

background-color css

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

 a { background-color: rgb(79,1,114); }

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

border-color css

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

 span { border-color: rgb(79,1,114); }

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