Html Css Color HEX #4F05AA Indigo

📋 copy color: '#4F05AA'

red 79 ◦ green 5 ◦ blue 170

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

Shades of Indigo #4F05AA

Tints of Indigo #4F05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 31.1%
G = 1.97%
B = 66.93%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F05AA (or 0x4F05AA) is known color: Indigo. HEX triplet: 4F, 05 and AA. RGB value is (79,5,170). Sum of RGB (Red+Green+Blue) = 79+5+170=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F05AA is #B0FA55. Grayscale: #2D2D2D. Windows color (decimal): -11598422 or 11142479. OLE color: 11142479.

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

Color convert

RGB 79 5 170 -
CMYK 0.54 0.97 0 0.33
HSL 266.91º 0.94% 0.34% -
HSV(B) 266.91º 0.97% 0.67% -
XYZ 10.53 4.67 38.38 -
YUV 45.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 79 5 170 0.54 0.97 0 0.33 266.91 0.94 0.34
Hex 4F 5 AA 36 61 0 21 10B 5E 22
Octal 117 5 252 66 141 0 41 413 136 42
Binary 1001111 101 10101010 110110 1100001 0 100001 100001011 1011110 100010

Color Harmonies of #4F05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F05AA

Black with #4F05AA

Text Example


Text Example

White with #4F05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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