Html Css Color HEX #4F03AA Indigo

📋 copy color: '#4F03AA'

red 79 ◦ green 3 ◦ blue 170

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

Shades of Indigo #4F03AA

Tints of Indigo #4F03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 31.35%
G = 1.19%
B = 67.46%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F03AA (or 0x4F03AA) is known color: Indigo. HEX triplet: 4F, 03 and AA. RGB value is (79,3,170). Sum of RGB (Red+Green+Blue) = 79+3+170=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F03AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F03AA is #B0FC55. Grayscale: #2C2C2C. Windows color (decimal): -11598934 or 11141967. OLE color: 11141967.

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

Color convert

RGB 79 3 170 -
CMYK 0.54 0.98 0 0.33
HSL 267.31º 0.97% 0.34% -
HSV(B) 267.31º 0.98% 0.67% -
XYZ 10.51 4.63 38.37 -
YUV 44.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 79 3 170 0.54 0.98 0 0.33 267.31 0.97 0.34
Hex 4F 3 AA 36 62 0 21 10B 61 22
Octal 117 3 252 66 142 0 41 413 141 42
Binary 1001111 11 10101010 110110 1100010 0 100001 100001011 1100001 100010

Color Harmonies of #4F03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F03AA

Black with #4F03AA

Text Example


Text Example

White with #4F03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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