Html Css Color HEX #4F1069 Indigo

📋 copy color: '#4F1069'

red 79 ◦ green 16 ◦ blue 105

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

Shades of Indigo #4F1069

Tints of Indigo #4F1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 39.5%
G = 8%
B = 52.5%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F1069 (or 0x4F1069) is known color: Indigo. HEX triplet: 4F, 10 and 69. RGB value is (79,16,105). Sum of RGB (Red+Green+Blue) = 79+16+105=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1069 is #B0EF96. Grayscale: #2C2C2C. Windows color (decimal): -11595671 or 6885455. OLE color: 6885455.

HSL color Cylindrical-coordinate representation of color #4F1069: hue angle of 282.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1069 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 16 105 -
CMYK 0.25 0.85 0 0.59
HSL 282.47º 0.74% 0.24% -
HSV(B) 282.47º 0.85% 0.41% -
XYZ 5.96 3.05 13.64 -
YUV 44.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 79 16 105 0.25 0.85 0 0.59 282.47 0.74 0.24
Hex 4F 10 69 19 55 0 3B 11A 4A 18
Octal 117 20 151 31 125 0 73 432 112 30
Binary 1001111 10000 1101001 11001 1010101 0 111011 100011010 1001010 11000

Color Harmonies of #4F1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1069

Black with #4F1069

Text Example


Text Example

White with #4F1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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