Html Css Color HEX #4F1678 Indigo

📋 copy color: '#4F1678'

red 79 ◦ green 22 ◦ blue 120

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

Shades of Indigo #4F1678

Tints of Indigo #4F1678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 35.75%
G = 9.95%
B = 54.3%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F1678 (or 0x4F1678) is known color: Indigo. HEX triplet: 4F, 16 and 78. RGB value is (79,22,120). Sum of RGB (Red+Green+Blue) = 79+22+120=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F1678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1678 is #B0E987. Grayscale: #313131. Windows color (decimal): -11594120 or 7870031. OLE color: 7870031.

HSL color Cylindrical-coordinate representation of color #4F1678: hue angle of 274.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1678 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 22 120 -
CMYK 0.34 0.82 0 0.53
HSL 274.9º 0.69% 0.28% -
HSV(B) 274.9º 0.82% 0.47% -
XYZ 6.9 3.59 18.1 -
YUV 50.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 79 22 120 0.34 0.82 0 0.53 274.9 0.69 0.28
Hex 4F 16 78 22 52 0 35 113 45 1C
Octal 117 26 170 42 122 0 65 423 105 34
Binary 1001111 10110 1111000 100010 1010010 0 110101 100010011 1000101 11100

Color Harmonies of #4F1678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1678

Black with #4F1678

Text Example


Text Example

White with #4F1678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,22,120); }

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

background-color css

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

 a { background-color: rgb(79,22,120); }

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

border-color css

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

 span { border-color: rgb(79,22,120); }

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