Html Css Color HEX #4F1183 Indigo

📋 copy color: '#4F1183'

red 79 ◦ green 17 ◦ blue 131

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

Shades of Indigo #4F1183

Tints of Indigo #4F1183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 34.8%
G = 7.49%
B = 57.71%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F1183 (or 0x4F1183) is known color: Indigo. HEX triplet: 4F, 11 and 83. RGB value is (79,17,131). Sum of RGB (Red+Green+Blue) = 79+17+131=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F1183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1183 is #B0EE7C. Grayscale: #303030. Windows color (decimal): -11595389 or 8589647. OLE color: 8589647.

HSL color Cylindrical-coordinate representation of color #4F1183: hue angle of 272.63º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1183 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 17 131 -
CMYK 0.40 0.87 0 0.49
HSL 272.63º 0.77% 0.29% -
HSV(B) 272.63º 0.87% 0.51% -
XYZ 7.52 3.7 21.79 -
YUV 48.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 79 17 131 0.40 0.87 0 0.49 272.63 0.77 0.29
Hex 4F 11 83 28 57 0 31 111 4D 1D
Octal 117 21 203 50 127 0 61 421 115 35
Binary 1001111 10001 10000011 101000 1010111 0 110001 100010001 1001101 11101

Color Harmonies of #4F1183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1183

Black with #4F1183

Text Example


Text Example

White with #4F1183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,17,131); }

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

background-color css

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

 a { background-color: rgb(79,17,131); }

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

border-color css

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

 span { border-color: rgb(79,17,131); }

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