Html Css Color HEX #4F006C Indigo

📋 copy color: '#4F006C'

red 79 ◦ green 0 ◦ blue 108

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

Shades of Indigo #4F006C

Tints of Indigo #4F006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.25%
G = 0%
B = 57.75%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F006C (or 0x4F006C) is known color: Indigo. HEX triplet: 4F, 00 and 6C. RGB value is (79,0,108). Sum of RGB (Red+Green+Blue) = 79+0+108=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F006C is #B0FF93. Grayscale: #232323. Windows color (decimal): -11599764 or 7077967. OLE color: 7077967.

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

Color convert

RGB 79 0 108 -
CMYK 0.27 1 0 0.58
HSL 283.89º 1% 0.21% -
HSV(B) 283.89º 1% 0.42% -
XYZ 5.93 2.74 14.4 -
YUV 35.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 79 0 108 0.27 1 0 0.58 283.89 1 0.21
Hex 4F 0 6C 1B 64 0 3A 11C 64 15
Octal 117 0 154 33 144 0 72 434 144 25
Binary 1001111 0 1101100 11011 1100100 0 111010 100011100 1100100 10101

Color Harmonies of #4F006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F006C

Black with #4F006C

Text Example


Text Example

White with #4F006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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