Html Css Color HEX #4F036D Indigo

📋 copy color: '#4F036D'

red 79 ◦ green 3 ◦ blue 109

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

Shades of Indigo #4F036D

Tints of Indigo #4F036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 41.36%
G = 1.57%
B = 57.07%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F036D (or 0x4F036D) is known color: Indigo. HEX triplet: 4F, 03 and 6D. RGB value is (79,3,109). Sum of RGB (Red+Green+Blue) = 79+3+109=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F036D is #B0FC92. Grayscale: #252525. Windows color (decimal): -11598995 or 7144271. OLE color: 7144271.

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

Color convert

RGB 79 3 109 -
CMYK 0.28 0.97 0 0.57
HSL 283.02º 0.95% 0.22% -
HSV(B) 283.02º 0.97% 0.43% -
XYZ 6.02 2.83 14.7 -
YUV 37.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 79 3 109 0.28 0.97 0 0.57 283.02 0.95 0.22
Hex 4F 3 6D 1C 61 0 39 11B 5F 16
Octal 117 3 155 34 141 0 71 433 137 26
Binary 1001111 11 1101101 11100 1100001 0 111001 100011011 1011111 10110

Color Harmonies of #4F036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F036D

Black with #4F036D

Text Example


Text Example

White with #4F036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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