Html Css Color HEX #4F0168 Indigo

📋 copy color: '#4F0168'

red 79 ◦ green 1 ◦ blue 104

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

Shades of Indigo #4F0168

Tints of Indigo #4F0168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 42.93%
G = 0.54%
B = 56.52%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F0168 (or 0x4F0168) is known color: Indigo. HEX triplet: 4F, 01 and 68. RGB value is (79,1,104). Sum of RGB (Red+Green+Blue) = 79+1+104=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0168 is #B0FE97. Grayscale: #232323. Windows color (decimal): -11599512 or 6816079. OLE color: 6816079.

HSL color Cylindrical-coordinate representation of color #4F0168: hue angle of 285.44º 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 #4F0168 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 1 104 -
CMYK 0.24 0.99 0 0.59
HSL 285.44º 0.98% 0.21% -
HSV(B) 285.44º 0.99% 0.41% -
XYZ 5.73 2.68 13.31 -
YUV 36.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 79 1 104 0.24 0.99 0 0.59 285.44 0.98 0.21
Hex 4F 1 68 18 63 0 3B 11D 62 15
Octal 117 1 150 30 143 0 73 435 142 25
Binary 1001111 1 1101000 11000 1100011 0 111011 100011101 1100010 10101

Color Harmonies of #4F0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0168

Black with #4F0168

Text Example


Text Example

White with #4F0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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