Html Css Color HEX #4F088C Indigo

📋 copy color: '#4F088C'

red 79 ◦ green 8 ◦ blue 140

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

Shades of Indigo #4F088C

Tints of Indigo #4F088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 34.8%
G = 3.52%
B = 61.67%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F088C (or 0x4F088C) is known color: Indigo. HEX triplet: 4F, 08 and 8C. RGB value is (79,8,140). Sum of RGB (Red+Green+Blue) = 79+8+140=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088C is #B0F773. Grayscale: #2B2B2B. Windows color (decimal): -11597684 or 9177167. OLE color: 9177167.

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

Color convert

RGB 79 8 140 -
CMYK 0.44 0.94 0 0.45
HSL 272.27º 0.89% 0.29% -
HSV(B) 272.27º 0.94% 0.55% -
XYZ 8.04 3.73 25.11 -
YUV 44.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 79 8 140 0.44 0.94 0 0.45 272.27 0.89 0.29
Hex 4F 8 8C 2C 5E 0 2D 110 59 1D
Octal 117 10 214 54 136 0 55 420 131 35
Binary 1001111 1000 10001100 101100 1011110 0 101101 100010000 1011001 11101

Color Harmonies of #4F088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F088C

Black with #4F088C

Text Example


Text Example

White with #4F088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,8,140); }

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

background-color css

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

 a { background-color: rgb(79,8,140); }

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

border-color css

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

 span { border-color: rgb(79,8,140); }

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