Html Css Color HEX #4F088B Indigo

📋 copy color: '#4F088B'

red 79 ◦ green 8 ◦ blue 139

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

Shades of Indigo #4F088B

Tints of Indigo #4F088B

RGB

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

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

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

R = 34.96%
G = 3.54%
B = 61.5%

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

#4F088B (or 0x4F088B) is known color: Indigo. HEX triplet: 4F, 08 and 8B. RGB value is (79,8,139). Sum of RGB (Red+Green+Blue) = 79+8+139=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088B is #B0F774. Grayscale: #2B2B2B. Windows color (decimal): -11597685 or 9111631. OLE color: 9111631.

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

Color convert

RGB 79 8 139 -
CMYK 0.43 0.94 0 0.45
HSL 272.52º 0.89% 0.29% -
HSV(B) 272.52º 0.94% 0.55% -
XYZ 7.97 3.7 24.72 -
YUV 44.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 79 8 139 0.43 0.94 0 0.45 272.52 0.89 0.29
Hex 4F 8 8B 2B 5E 0 2D 111 59 1D
Octal 117 10 213 53 136 0 55 421 131 35
Binary 1001111 1000 10001011 101011 1011110 0 101101 100010001 1011001 11101

Color Harmonies of #4F088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F088B

Black with #4F088B

Text Example


Text Example

White with #4F088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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