Html Css Color HEX #4F0290 Indigo

📋 copy color: '#4F0290'

red 79 ◦ green 2 ◦ blue 144

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

Shades of Indigo #4F0290

Tints of Indigo #4F0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 144 (56.64% from 255) = 64%

R = 35.11%
G = 0.89%
B = 64%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F0290 (or 0x4F0290) is known color: Indigo. HEX triplet: 4F, 02 and 90. RGB value is (79,2,144). Sum of RGB (Red+Green+Blue) = 79+2+144=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0290 is #B0FD6F. Grayscale: #282828. Windows color (decimal): -11599216 or 9437775. OLE color: 9437775.

HSL color Cylindrical-coordinate representation of color #4F0290: hue angle of 272.54º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0290 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 2 144 -
CMYK 0.45 0.99 0 0.44
HSL 272.54º 0.97% 0.29% -
HSV(B) 272.54º 0.99% 0.56% -
XYZ 8.28 3.72 26.67 -
YUV 41.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 79 2 144 0.45 0.99 0 0.44 272.54 0.97 0.29
Hex 4F 2 90 2D 63 0 2C 111 61 1D
Octal 117 2 220 55 143 0 54 421 141 35
Binary 1001111 10 10010000 101101 1100011 0 101100 100010001 1100001 11101

Color Harmonies of #4F0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0290

Black with #4F0290

Text Example


Text Example

White with #4F0290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,144); }

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

background-color css

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

 a { background-color: rgb(79,2,144); }

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

border-color css

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

 span { border-color: rgb(79,2,144); }

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