Html Css Color HEX #4F0272 Indigo

📋 copy color: '#4F0272'

red 79 ◦ green 2 ◦ blue 114

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

Shades of Indigo #4F0272

Tints of Indigo #4F0272

RGB

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

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

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

R = 40.51%
G = 1.03%
B = 58.46%

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

#4F0272 (or 0x4F0272) is known color: Indigo. HEX triplet: 4F, 02 and 72. RGB value is (79,2,114). Sum of RGB (Red+Green+Blue) = 79+2+114=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0272 is #B0FD8D. Grayscale: #252525. Windows color (decimal): -11599246 or 7471695. OLE color: 7471695.

HSL color Cylindrical-coordinate representation of color #4F0272: hue angle of 281.25º 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 #4F0272 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 2 114 -
CMYK 0.31 0.98 0 0.55
HSL 281.25º 0.97% 0.23% -
HSV(B) 281.25º 0.98% 0.45% -
XYZ 6.28 2.92 16.15 -
YUV 37.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 79 2 114 0.31 0.98 0 0.55 281.25 0.97 0.23
Hex 4F 2 72 1F 62 0 37 119 61 17
Octal 117 2 162 37 142 0 67 431 141 27
Binary 1001111 10 1110010 11111 1100010 0 110111 100011001 1100001 10111

Color Harmonies of #4F0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0272

Black with #4F0272

Text Example


Text Example

White with #4F0272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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