Html Css Color HEX #4F036C Indigo

📋 copy color: '#4F036C'

red 79 ◦ green 3 ◦ blue 108

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

Shades of Indigo #4F036C

Tints of Indigo #4F036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 41.58%
G = 1.58%
B = 56.84%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F036C (or 0x4F036C) is known color: Indigo. HEX triplet: 4F, 03 and 6C. RGB value is (79,3,108). Sum of RGB (Red+Green+Blue) = 79+3+108=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F036C is #B0FC93. Grayscale: #252525. Windows color (decimal): -11598996 or 7078735. OLE color: 7078735.

HSL color Cylindrical-coordinate representation of color #4F036C: hue angle of 283.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F036C is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 3 108 -
CMYK 0.27 0.97 0 0.58
HSL 283.43º 0.95% 0.22% -
HSV(B) 283.43º 0.97% 0.42% -
XYZ 5.96 2.81 14.42 -
YUV 37.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 79 3 108 0.27 0.97 0 0.58 283.43 0.95 0.22
Hex 4F 3 6C 1B 61 0 3A 11B 5F 16
Octal 117 3 154 33 141 0 72 433 137 26
Binary 1001111 11 1101100 11011 1100001 0 111010 100011011 1011111 10110

Color Harmonies of #4F036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F036C

Black with #4F036C

Text Example


Text Example

White with #4F036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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