Html Css Color HEX #4F0465 Indigo

📋 copy color: '#4F0465'

red 79 ◦ green 4 ◦ blue 101

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

Shades of Indigo #4F0465

Tints of Indigo #4F0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 101 (39.84% from 255) = 54.89%

R = 42.93%
G = 2.17%
B = 54.89%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F0465 (or 0x4F0465) is known color: Indigo. HEX triplet: 4F, 04 and 65. RGB value is (79,4,101). Sum of RGB (Red+Green+Blue) = 79+4+101=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F0465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0465 is #B0FB9A. Grayscale: #252525. Windows color (decimal): -11598747 or 6620239. OLE color: 6620239.

HSL color Cylindrical-coordinate representation of color #4F0465: hue angle of 286.39º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0465 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 4 101 -
CMYK 0.22 0.96 0 0.60
HSL 286.39º 0.92% 0.21% -
HSV(B) 286.39º 0.96% 0.4% -
XYZ 5.62 2.69 12.53 -
YUV 37.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 79 4 101 0.22 0.96 0 0.60 286.39 0.92 0.21
Hex 4F 4 65 16 60 0 3C 11E 5C 15
Octal 117 4 145 26 140 0 74 436 134 25
Binary 1001111 100 1100101 10110 1100000 0 111100 100011110 1011100 10101

Color Harmonies of #4F0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0465

Black with #4F0465

Text Example


Text Example

White with #4F0465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,101); }

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

background-color css

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

 a { background-color: rgb(79,4,101); }

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

border-color css

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

 span { border-color: rgb(79,4,101); }

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