Html Css Color HEX #4F006E Indigo

📋 copy color: '#4F006E'

red 79 ◦ green 0 ◦ blue 110

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

Shades of Indigo #4F006E

Tints of Indigo #4F006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 41.8%
G = 0%
B = 58.2%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F006E (or 0x4F006E) is known color: Indigo. HEX triplet: 4F, 00 and 6E. RGB value is (79,0,110). Sum of RGB (Red+Green+Blue) = 79+0+110=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F006E is #B0FF91. Grayscale: #232323. Windows color (decimal): -11599762 or 7209039. OLE color: 7209039.

HSL color Cylindrical-coordinate representation of color #4F006E: hue angle of 283.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F006E is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 0 110 -
CMYK 0.28 1 0 0.57
HSL 283.09º 1% 0.22% -
HSV(B) 283.09º 1% 0.43% -
XYZ 6.04 2.79 14.97 -
YUV 36.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 79 0 110 0.28 1 0 0.57 283.09 1 0.22
Hex 4F 0 6E 1C 64 0 39 11B 64 16
Octal 117 0 156 34 144 0 71 433 144 26
Binary 1001111 0 1101110 11100 1100100 0 111001 100011011 1100100 10110

Color Harmonies of #4F006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F006E

Black with #4F006E

Text Example


Text Example

White with #4F006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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