Html Css Color HEX #4F1082 Indigo

📋 copy color: '#4F1082'

red 79 ◦ green 16 ◦ blue 130

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

Shades of Indigo #4F1082

Tints of Indigo #4F1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 35.11%
G = 7.11%
B = 57.78%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F1082 (or 0x4F1082) is known color: Indigo. HEX triplet: 4F, 10 and 82. RGB value is (79,16,130). Sum of RGB (Red+Green+Blue) = 79+16+130=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1082 is #B0EF7D. Grayscale: #2F2F2F. Windows color (decimal): -11595646 or 8523855. OLE color: 8523855.

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

Color convert

RGB 79 16 130 -
CMYK 0.39 0.88 0 0.49
HSL 273.16º 0.78% 0.29% -
HSV(B) 273.16º 0.88% 0.51% -
XYZ 7.44 3.64 21.43 -
YUV 47.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 79 16 130 0.39 0.88 0 0.49 273.16 0.78 0.29
Hex 4F 10 82 27 58 0 31 111 4E 1D
Octal 117 20 202 47 130 0 61 421 116 35
Binary 1001111 10000 10000010 100111 1011000 0 110001 100010001 1001110 11101

Color Harmonies of #4F1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1082

Black with #4F1082

Text Example


Text Example

White with #4F1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,130); }

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

background-color css

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

 a { background-color: rgb(79,16,130); }

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

border-color css

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

 span { border-color: rgb(79,16,130); }

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