Html Css Color HEX #4F0169 Indigo

📋 copy color: '#4F0169'

red 79 ◦ green 1 ◦ blue 105

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

Shades of Indigo #4F0169

Tints of Indigo #4F0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 42.7%
G = 0.54%
B = 56.76%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F0169 (or 0x4F0169) is known color: Indigo. HEX triplet: 4F, 01 and 69. RGB value is (79,1,105). Sum of RGB (Red+Green+Blue) = 79+1+105=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0169 is #B0FE96. Grayscale: #232323. Windows color (decimal): -11599511 or 6881615. OLE color: 6881615.

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

Color convert

RGB 79 1 105 -
CMYK 0.25 0.99 0 0.59
HSL 285º 0.98% 0.21% -
HSV(B) 285º 0.99% 0.41% -
XYZ 5.79 2.7 13.58 -
YUV 36.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 79 1 105 0.25 0.99 0 0.59 285 0.98 0.21
Hex 4F 1 69 19 63 0 3B 11D 62 15
Octal 117 1 151 31 143 0 73 435 142 25
Binary 1001111 1 1101001 11001 1100011 0 111011 100011101 1100010 10101

Color Harmonies of #4F0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0169

Black with #4F0169

Text Example


Text Example

White with #4F0169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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