Html Css Color HEX #4F06AB Indigo

📋 copy color: '#4F06AB'

red 79 ◦ green 6 ◦ blue 171

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

Shades of Indigo #4F06AB

Tints of Indigo #4F06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 30.86%
G = 2.34%
B = 66.8%

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

#4F06AB (or 0x4F06AB) is known color: Indigo. HEX triplet: 4F, 06 and AB. RGB value is (79,6,171). Sum of RGB (Red+Green+Blue) = 79+6+171=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F06AB is #B0F954. Grayscale: #2E2E2E. Windows color (decimal): -11598165 or 11208271. OLE color: 11208271.

HSL color Cylindrical-coordinate representation of color #4F06AB: hue angle of 266.55º degrees, saturation: 0.93, 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 #4F06AB is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 6 171 -
CMYK 0.54 0.96 0 0.33
HSL 266.55º 0.93% 0.35% -
HSV(B) 266.55º 0.96% 0.67% -
XYZ 10.64 4.73 38.88 -
YUV 46.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 79 6 171 0.54 0.96 0 0.33 266.55 0.93 0.35
Hex 4F 6 AB 36 60 0 21 10B 5D 23
Octal 117 6 253 66 140 0 41 413 135 43
Binary 1001111 110 10101011 110110 1100000 0 100001 100001011 1011101 100011

Color Harmonies of #4F06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06AB

Black with #4F06AB

Text Example


Text Example

White with #4F06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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