Html Css Color HEX #4F0462 Indigo

📋 copy color: '#4F0462'

red 79 ◦ green 4 ◦ blue 98

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

Shades of Indigo #4F0462

Tints of Indigo #4F0462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 43.65%
G = 2.21%
B = 54.14%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0462 (or 0x4F0462) is known color: Indigo. HEX triplet: 4F, 04 and 62. RGB value is (79,4,98). Sum of RGB (Red+Green+Blue) = 79+4+98=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F0462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0462 is #B0FB9D. Grayscale: #242424. Windows color (decimal): -11598750 or 6423631. OLE color: 6423631.

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

Color convert

RGB 79 4 98 -
CMYK 0.19 0.96 0 0.62
HSL 287.87º 0.92% 0.2% -
HSV(B) 287.87º 0.96% 0.38% -
XYZ 5.47 2.63 11.77 -
YUV 37.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 79 4 98 0.19 0.96 0 0.62 287.87 0.92 0.2
Hex 4F 4 62 13 60 0 3E 120 5C 14
Octal 117 4 142 23 140 0 76 440 134 24
Binary 1001111 100 1100010 10011 1100000 0 111110 100100000 1011100 10100

Color Harmonies of #4F0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0462

Black with #4F0462

Text Example


Text Example

White with #4F0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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