Html Css Color HEX #4F036E Indigo

📋 copy color: '#4F036E'

red 79 ◦ green 3 ◦ blue 110

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

Shades of Indigo #4F036E

Tints of Indigo #4F036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.29%

R = 41.15%
G = 1.56%
B = 57.29%

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

#4F036E (or 0x4F036E) is known color: Indigo. HEX triplet: 4F, 03 and 6E. RGB value is (79,3,110). Sum of RGB (Red+Green+Blue) = 79+3+110=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F036E is #B0FC91. Grayscale: #252525. Windows color (decimal): -11598994 or 7209807. OLE color: 7209807.

HSL color Cylindrical-coordinate representation of color #4F036E: hue angle of 282.62º 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 #4F036E is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 3 110 -
CMYK 0.28 0.97 0 0.57
HSL 282.62º 0.95% 0.22% -
HSV(B) 282.62º 0.97% 0.43% -
XYZ 6.07 2.85 14.98 -
YUV 37.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 79 3 110 0.28 0.97 0 0.57 282.62 0.95 0.22
Hex 4F 3 6E 1C 61 0 39 11B 5F 16
Octal 117 3 156 34 141 0 71 433 137 26
Binary 1001111 11 1101110 11100 1100001 0 111001 100011011 1011111 10110

Color Harmonies of #4F036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F036E

Black with #4F036E

Text Example


Text Example

White with #4F036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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