Html Css Color HEX #4F087F Indigo

📋 copy color: '#4F087F'

red 79 ◦ green 8 ◦ blue 127

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

Shades of Indigo #4F087F

Tints of Indigo #4F087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 36.92%
G = 3.74%
B = 59.35%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4F087F (or 0x4F087F) is known color: Indigo. HEX triplet: 4F, 08 and 7F. RGB value is (79,8,127). Sum of RGB (Red+Green+Blue) = 79+8+127=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F087F is #B0F780. Grayscale: #2A2A2A. Windows color (decimal): -11597697 or 8325199. OLE color: 8325199.

HSL color Cylindrical-coordinate representation of color #4F087F: hue angle of 275.8º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F087F is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 8 127 -
CMYK 0.38 0.94 0 0.50
HSL 275.8º 0.88% 0.26% -
HSV(B) 275.8º 0.94% 0.5% -
XYZ 7.14 3.37 20.35 -
YUV 42.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 79 8 127 0.38 0.94 0 0.50 275.8 0.88 0.26
Hex 4F 8 7F 26 5E 0 32 114 58 1A
Octal 117 10 177 46 136 0 62 424 130 32
Binary 1001111 1000 1111111 100110 1011110 0 110010 100010100 1011000 11010

Color Harmonies of #4F087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F087F

Black with #4F087F

Text Example


Text Example

White with #4F087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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