Html Css Color HEX #4F0375 Indigo

📋 copy color: '#4F0375'

red 79 ◦ green 3 ◦ blue 117

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

Shades of Indigo #4F0375

Tints of Indigo #4F0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 39.7%
G = 1.51%
B = 58.79%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F0375 (or 0x4F0375) is known color: Indigo. HEX triplet: 4F, 03 and 75. RGB value is (79,3,117). Sum of RGB (Red+Green+Blue) = 79+3+117=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F0375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0375 is #B0FC8A. Grayscale: #262626. Windows color (decimal): -11598987 or 7668559. OLE color: 7668559.

HSL color Cylindrical-coordinate representation of color #4F0375: hue angle of 280º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0375 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 3 117 -
CMYK 0.32 0.97 0 0.54
HSL 280º 0.95% 0.24% -
HSV(B) 280º 0.97% 0.46% -
XYZ 6.47 3.01 17.07 -
YUV 38.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 79 3 117 0.32 0.97 0 0.54 280 0.95 0.24
Hex 4F 3 75 20 61 0 36 118 5F 18
Octal 117 3 165 40 141 0 66 430 137 30
Binary 1001111 11 1110101 100000 1100001 0 110110 100011000 1011111 11000

Color Harmonies of #4F0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0375

Black with #4F0375

Text Example


Text Example

White with #4F0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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