Html Css Color HEX #4F00AB Indigo

📋 copy color: '#4F00AB'

red 79 ◦ green 0 ◦ blue 171

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

Shades of Indigo #4F00AB

Tints of Indigo #4F00AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 31.6%
G = 0%
B = 68.4%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F00AB (or 0x4F00AB) is known color: Indigo. HEX triplet: 4F, 00 and AB. RGB value is (79,0,171). Sum of RGB (Red+Green+Blue) = 79+0+171=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F00AB is #B0FF54. Grayscale: #2A2A2A. Windows color (decimal): -11599701 or 11206735. OLE color: 11206735.

HSL color Cylindrical-coordinate representation of color #4F00AB: hue angle of 267.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00AB is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 0 171 -
CMYK 0.54 1 0 0.33
HSL 267.72º 1% 0.34% -
HSV(B) 267.72º 1% 0.67% -
XYZ 10.58 4.6 38.86 -
YUV 43.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 79 0 171 0.54 1 0 0.33 267.72 1 0.34
Hex 4F 0 AB 36 64 0 21 10C 64 22
Octal 117 0 253 66 144 0 41 414 144 42
Binary 1001111 0 10101011 110110 1100100 0 100001 100001100 1100100 100010

Color Harmonies of #4F00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F00AB

Black with #4F00AB

Text Example


Text Example

White with #4F00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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