Html Css Color HEX #4F0360 Indigo

📋 copy color: '#4F0360'

red 79 ◦ green 3 ◦ blue 96

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

Shades of Indigo #4F0360

Tints of Indigo #4F0360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 44.38%
G = 1.69%
B = 53.93%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0360 (or 0x4F0360) is known color: Indigo. HEX triplet: 4F, 03 and 60. RGB value is (79,3,96). Sum of RGB (Red+Green+Blue) = 79+3+96=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0360 is #B0FC9F. Grayscale: #242424. Windows color (decimal): -11599008 or 6292303. OLE color: 6292303.

HSL color Cylindrical-coordinate representation of color #4F0360: hue angle of 289.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0360 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 3 96 -
CMYK 0.18 0.97 0 0.62
HSL 289.03º 0.94% 0.19% -
HSV(B) 289.03º 0.97% 0.38% -
XYZ 5.37 2.57 11.28 -
YUV 36.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 79 3 96 0.18 0.97 0 0.62 289.03 0.94 0.19
Hex 4F 3 60 12 61 0 3E 121 5E 13
Octal 117 3 140 22 141 0 76 441 136 23
Binary 1001111 11 1100000 10010 1100001 0 111110 100100001 1011110 10011

Color Harmonies of #4F0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0360

Black with #4F0360

Text Example


Text Example

White with #4F0360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,96); }

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

background-color css

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

 a { background-color: rgb(79,3,96); }

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

border-color css

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

 span { border-color: rgb(79,3,96); }

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