Html Css Color HEX #4F0372 Indigo

📋 copy color: '#4F0372'

red 79 ◦ green 3 ◦ blue 114

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

Shades of Indigo #4F0372

Tints of Indigo #4F0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 40.31%
G = 1.53%
B = 58.16%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F0372 (or 0x4F0372) is known color: Indigo. HEX triplet: 4F, 03 and 72. RGB value is (79,3,114). Sum of RGB (Red+Green+Blue) = 79+3+114=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0372 is #B0FC8D. Grayscale: #262626. Windows color (decimal): -11598990 or 7471951. OLE color: 7471951.

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

Color convert

RGB 79 3 114 -
CMYK 0.31 0.97 0 0.55
HSL 281.08º 0.95% 0.23% -
HSV(B) 281.08º 0.97% 0.45% -
XYZ 6.29 2.94 16.16 -
YUV 38.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 79 3 114 0.31 0.97 0 0.55 281.08 0.95 0.23
Hex 4F 3 72 1F 61 0 37 119 5F 17
Octal 117 3 162 37 141 0 67 431 137 27
Binary 1001111 11 1110010 11111 1100001 0 110111 100011001 1011111 10111

Color Harmonies of #4F0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0372

Black with #4F0372

Text Example


Text Example

White with #4F0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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