Html Css Color HEX #4F07AB Indigo

📋 copy color: '#4F07AB'

red 79 ◦ green 7 ◦ blue 171

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

Shades of Indigo #4F07AB

Tints of Indigo #4F07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 30.74%
G = 2.72%
B = 66.54%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F07AB (or 0x4F07AB) is known color: Indigo. HEX triplet: 4F, 07 and AB. RGB value is (79,7,171). Sum of RGB (Red+Green+Blue) = 79+7+171=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F07AB is #B0F854. Grayscale: #2E2E2E. Windows color (decimal): -11597909 or 11208527. OLE color: 11208527.

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

Color convert

RGB 79 7 171 -
CMYK 0.54 0.96 0 0.33
HSL 266.34º 0.92% 0.35% -
HSV(B) 266.34º 0.96% 0.67% -
XYZ 10.65 4.75 38.88 -
YUV 47.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 79 7 171 0.54 0.96 0 0.33 266.34 0.92 0.35
Hex 4F 7 AB 36 60 0 21 10A 5C 23
Octal 117 7 253 66 140 0 41 412 134 43
Binary 1001111 111 10101011 110110 1100000 0 100001 100001010 1011100 100011

Color Harmonies of #4F07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F07AB

Black with #4F07AB

Text Example


Text Example

White with #4F07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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