Html Css Color HEX #4F098B Indigo

📋 copy color: '#4F098B'

red 79 ◦ green 9 ◦ blue 139

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

Shades of Indigo #4F098B

Tints of Indigo #4F098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 34.8%
G = 3.96%
B = 61.23%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F098B (or 0x4F098B) is known color: Indigo. HEX triplet: 4F, 09 and 8B. RGB value is (79,9,139). Sum of RGB (Red+Green+Blue) = 79+9+139=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F098B is #B0F674. Grayscale: #2C2C2C. Windows color (decimal): -11597429 or 9111887. OLE color: 9111887.

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

Color convert

RGB 79 9 139 -
CMYK 0.43 0.94 0 0.45
HSL 272.31º 0.88% 0.29% -
HSV(B) 272.31º 0.94% 0.55% -
XYZ 7.98 3.72 24.72 -
YUV 44.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 79 9 139 0.43 0.94 0 0.45 272.31 0.88 0.29
Hex 4F 9 8B 2B 5E 0 2D 110 58 1D
Octal 117 11 213 53 136 0 55 420 130 35
Binary 1001111 1001 10001011 101011 1011110 0 101101 100010000 1011000 11101

Color Harmonies of #4F098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F098B

Black with #4F098B

Text Example


Text Example

White with #4F098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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