Html Css Color HEX #4F088D Indigo

📋 copy color: '#4F088D'

red 79 ◦ green 8 ◦ blue 141

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

Shades of Indigo #4F088D

Tints of Indigo #4F088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 34.65%
G = 3.51%
B = 61.84%

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

#4F088D (or 0x4F088D) is known color: Indigo. HEX triplet: 4F, 08 and 8D. RGB value is (79,8,141). Sum of RGB (Red+Green+Blue) = 79+8+141=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088D is #B0F772. Grayscale: #2B2B2B. Windows color (decimal): -11597683 or 9242703. OLE color: 9242703.

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

Color convert

RGB 79 8 141 -
CMYK 0.44 0.94 0 0.45
HSL 272.03º 0.89% 0.29% -
HSV(B) 272.03º 0.94% 0.55% -
XYZ 8.12 3.76 25.5 -
YUV 44.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 79 8 141 0.44 0.94 0 0.45 272.03 0.89 0.29
Hex 4F 8 8D 2C 5E 0 2D 110 59 1D
Octal 117 10 215 54 136 0 55 420 131 35
Binary 1001111 1000 10001101 101100 1011110 0 101101 100010000 1011001 11101

Color Harmonies of #4F088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F088D

Black with #4F088D

Text Example


Text Example

White with #4F088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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