Html Css Color HEX #4F1882 Indigo

📋 copy color: '#4F1882'

red 79 ◦ green 24 ◦ blue 130

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

Shades of Indigo #4F1882

Tints of Indigo #4F1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 33.91%
G = 10.3%
B = 55.79%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F1882 (or 0x4F1882) is known color: Indigo. HEX triplet: 4F, 18 and 82. RGB value is (79,24,130). Sum of RGB (Red+Green+Blue) = 79+24+130=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F1882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1882 is #B0E77D. Grayscale: #343434. Windows color (decimal): -11593598 or 8525903. OLE color: 8525903.

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

Color convert

RGB 79 24 130 -
CMYK 0.39 0.82 0 0.49
HSL 271.13º 0.69% 0.3% -
HSV(B) 271.13º 0.82% 0.51% -
XYZ 7.58 3.93 21.48 -
YUV 52.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 79 24 130 0.39 0.82 0 0.49 271.13 0.69 0.3
Hex 4F 18 82 27 52 0 31 10F 45 1E
Octal 117 30 202 47 122 0 61 417 105 36
Binary 1001111 11000 10000010 100111 1010010 0 110001 100001111 1000101 11110

Color Harmonies of #4F1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1882

Black with #4F1882

Text Example


Text Example

White with #4F1882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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