Html Css Color HEX #4F129F Indigo

📋 copy color: '#4F129F'

red 79 ◦ green 18 ◦ blue 159

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

Shades of Indigo #4F129F

Tints of Indigo #4F129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 30.86%
G = 7.03%
B = 62.11%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F129F (or 0x4F129F) is known color: Indigo. HEX triplet: 4F, 12 and 9F. RGB value is (79,18,159). Sum of RGB (Red+Green+Blue) = 79+18+159=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F129F is #B0ED60. Grayscale: #333333. Windows color (decimal): -11595105 or 10424911. OLE color: 10424911.

HSL color Cylindrical-coordinate representation of color #4F129F: hue angle of 265.96º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F129F is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 18 159 -
CMYK 0.50 0.89 0 0.38
HSL 265.96º 0.8% 0.35% -
HSV(B) 265.96º 0.89% 0.62% -
XYZ 9.7 4.6 33.18 -
YUV 52.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 79 18 159 0.50 0.89 0 0.38 265.96 0.8 0.35
Hex 4F 12 9F 32 59 0 26 10A 50 23
Octal 117 22 237 62 131 0 46 412 120 43
Binary 1001111 10010 10011111 110010 1011001 0 100110 100001010 1010000 100011

Color Harmonies of #4F129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F129F

Black with #4F129F

Text Example


Text Example

White with #4F129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,18,159); }

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

background-color css

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

 a { background-color: rgb(79,18,159); }

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

border-color css

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

 span { border-color: rgb(79,18,159); }

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