Html Css Color HEX #4F06AA Indigo

📋 copy color: '#4F06AA'

red 79 ◦ green 6 ◦ blue 170

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

Shades of Indigo #4F06AA

Tints of Indigo #4F06AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 30.98%
G = 2.35%
B = 66.67%

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

#4F06AA (or 0x4F06AA) is known color: Indigo. HEX triplet: 4F, 06 and AA. RGB value is (79,6,170). Sum of RGB (Red+Green+Blue) = 79+6+170=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F06AA is #B0F955. Grayscale: #2D2D2D. Windows color (decimal): -11598166 or 11142735. OLE color: 11142735.

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

Color convert

RGB 79 6 170 -
CMYK 0.54 0.96 0 0.33
HSL 266.71º 0.93% 0.35% -
HSV(B) 266.71º 0.96% 0.67% -
XYZ 10.55 4.69 38.38 -
YUV 46.52 197.68 151.16 -
System Red Green Blue C M Y K H S L
Decimal 79 6 170 0.54 0.96 0 0.33 266.71 0.93 0.35
Hex 4F 6 AA 36 60 0 21 10B 5D 23
Octal 117 6 252 66 140 0 41 413 135 43
Binary 1001111 110 10101010 110110 1100000 0 100001 100001011 1011101 100011

Color Harmonies of #4F06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06AA

Black with #4F06AA

Text Example


Text Example

White with #4F06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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