Html Css Color HEX #4F0D6C Indigo

📋 copy color: '#4F0D6C'

red 79 ◦ green 13 ◦ blue 108

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

Shades of Indigo #4F0D6C

Tints of Indigo #4F0D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 39.5%
G = 6.5%
B = 54%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F0D6C (or 0x4F0D6C) is known color: Indigo. HEX triplet: 4F, 0D and 6C. RGB value is (79,13,108). Sum of RGB (Red+Green+Blue) = 79+13+108=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F0D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0D6C is #B0F293. Grayscale: #2B2B2B. Windows color (decimal): -11596436 or 7081295. OLE color: 7081295.

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

Color convert

RGB 79 13 108 -
CMYK 0.27 0.88 0 0.58
HSL 281.68º 0.79% 0.24% -
HSV(B) 281.68º 0.88% 0.42% -
XYZ 6.08 3.03 14.45 -
YUV 43.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 79 13 108 0.27 0.88 0 0.58 281.68 0.79 0.24
Hex 4F D 6C 1B 58 0 3A 11A 4F 18
Octal 117 15 154 33 130 0 72 432 117 30
Binary 1001111 1101 1101100 11011 1011000 0 111010 100011010 1001111 11000

Color Harmonies of #4F0D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D6C

Black with #4F0D6C

Text Example


Text Example

White with #4F0D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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