Html Css Color HEX #4F0D6F Indigo

📋 copy color: '#4F0D6F'

red 79 ◦ green 13 ◦ blue 111

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

Shades of Indigo #4F0D6F

Tints of Indigo #4F0D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 38.92%
G = 6.4%
B = 54.68%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F0D6F (or 0x4F0D6F) is known color: Indigo. HEX triplet: 4F, 0D and 6F. RGB value is (79,13,111). Sum of RGB (Red+Green+Blue) = 79+13+111=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F0D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0D6F is #B0F290. Grayscale: #2B2B2B. Windows color (decimal): -11596433 or 7277903. OLE color: 7277903.

HSL color Cylindrical-coordinate representation of color #4F0D6F: hue angle of 280.41º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F0D6F is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 13 111 -
CMYK 0.29 0.88 0 0.56
HSL 280.41º 0.79% 0.24% -
HSV(B) 280.41º 0.88% 0.44% -
XYZ 6.24 3.1 15.31 -
YUV 43.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 79 13 111 0.29 0.88 0 0.56 280.41 0.79 0.24
Hex 4F D 6F 1D 58 0 38 118 4F 18
Octal 117 15 157 35 130 0 70 430 117 30
Binary 1001111 1101 1101111 11101 1011000 0 111000 100011000 1001111 11000

Color Harmonies of #4F0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D6F

Black with #4F0D6F

Text Example


Text Example

White with #4F0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,111); }

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

background-color css

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

 a { background-color: rgb(79,13,111); }

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

border-color css

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

 span { border-color: rgb(79,13,111); }

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