Html Css Color HEX #4F035D Indigo

📋 copy color: '#4F035D'

red 79 ◦ green 3 ◦ blue 93

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

Shades of Indigo #4F035D

Tints of Indigo #4F035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.14%

R = 45.14%
G = 1.71%
B = 53.14%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F035D (or 0x4F035D) is known color: Indigo. HEX triplet: 4F, 03 and 5D. RGB value is (79,3,93). Sum of RGB (Red+Green+Blue) = 79+3+93=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F035D is #B0FCA2. Grayscale: #232323. Windows color (decimal): -11599011 or 6095695. OLE color: 6095695.

HSL color Cylindrical-coordinate representation of color #4F035D: hue angle of 290.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F035D is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 3 93 -
CMYK 0.15 0.97 0 0.64
HSL 290.67º 0.94% 0.19% -
HSV(B) 290.67º 0.97% 0.36% -
XYZ 5.23 2.52 10.57 -
YUV 35.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 79 3 93 0.15 0.97 0 0.64 290.67 0.94 0.19
Hex 4F 3 5D F 61 0 40 123 5E 13
Octal 117 3 135 17 141 0 100 443 136 23
Binary 1001111 11 1011101 1111 1100001 0 1000000 100100011 1011110 10011

Color Harmonies of #4F035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F035D

Black with #4F035D

Text Example


Text Example

White with #4F035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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