Html Css Color HEX #4F0294 Indigo

📋 copy color: '#4F0294'

red 79 ◦ green 2 ◦ blue 148

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

Shades of Indigo #4F0294

Tints of Indigo #4F0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.63%

R = 34.5%
G = 0.87%
B = 64.63%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F0294 (or 0x4F0294) is known color: Indigo. HEX triplet: 4F, 02 and 94. RGB value is (79,2,148). Sum of RGB (Red+Green+Blue) = 79+2+148=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0294 is #B0FD6B. Grayscale: #292929. Windows color (decimal): -11599212 or 9699919. OLE color: 9699919.

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

Color convert

RGB 79 2 148 -
CMYK 0.47 0.99 0 0.42
HSL 271.64º 0.97% 0.29% -
HSV(B) 271.64º 0.99% 0.58% -
XYZ 8.59 3.84 28.31 -
YUV 41.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 79 2 148 0.47 0.99 0 0.42 271.64 0.97 0.29
Hex 4F 2 94 2F 63 0 2A 110 61 1D
Octal 117 2 224 57 143 0 52 420 141 35
Binary 1001111 10 10010100 101111 1100011 0 101010 100010000 1100001 11101

Color Harmonies of #4F0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0294

Black with #4F0294

Text Example


Text Example

White with #4F0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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