Html Css Color HEX #4F0468 Indigo

📋 copy color: '#4F0468'

red 79 ◦ green 4 ◦ blue 104

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

Shades of Indigo #4F0468

Tints of Indigo #4F0468

RGB

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

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

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

R = 42.25%
G = 2.14%
B = 55.61%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F0468 (or 0x4F0468) is known color: Indigo. HEX triplet: 4F, 04 and 68. RGB value is (79,4,104). Sum of RGB (Red+Green+Blue) = 79+4+104=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F0468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0468 is #B0FB97. Grayscale: #252525. Windows color (decimal): -11598744 or 6816847. OLE color: 6816847.

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

Color convert

RGB 79 4 104 -
CMYK 0.24 0.96 0 0.59
HSL 285º 0.93% 0.21% -
HSV(B) 285º 0.96% 0.41% -
XYZ 5.77 2.75 13.32 -
YUV 37.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 79 4 104 0.24 0.96 0 0.59 285 0.93 0.21
Hex 4F 4 68 18 60 0 3B 11D 5D 15
Octal 117 4 150 30 140 0 73 435 135 25
Binary 1001111 100 1101000 11000 1100000 0 111011 100011101 1011101 10101

Color Harmonies of #4F0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0468

Black with #4F0468

Text Example


Text Example

White with #4F0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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