Html Css Color HEX #4F098C Indigo

📋 copy color: '#4F098C'

red 79 ◦ green 9 ◦ blue 140

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

Shades of Indigo #4F098C

Tints of Indigo #4F098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

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

R = 34.65%
G = 3.95%
B = 61.4%

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

#4F098C (or 0x4F098C) is known color: Indigo. HEX triplet: 4F, 09 and 8C. RGB value is (79,9,140). Sum of RGB (Red+Green+Blue) = 79+9+140=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F098C is #B0F673. Grayscale: #2C2C2C. Windows color (decimal): -11597428 or 9177423. OLE color: 9177423.

HSL color Cylindrical-coordinate representation of color #4F098C: hue angle of 272.06º degrees, saturation: 0.88, 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 #4F098C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 9 140 -
CMYK 0.44 0.94 0 0.45
HSL 272.06º 0.88% 0.29% -
HSV(B) 272.06º 0.94% 0.55% -
XYZ 8.06 3.75 25.11 -
YUV 44.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 79 9 140 0.44 0.94 0 0.45 272.06 0.88 0.29
Hex 4F 9 8C 2C 5E 0 2D 110 58 1D
Octal 117 11 214 54 136 0 55 420 130 35
Binary 1001111 1001 10001100 101100 1011110 0 101101 100010000 1011000 11101

Color Harmonies of #4F098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F098C

Black with #4F098C

Text Example


Text Example

White with #4F098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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