Html Css Color HEX #4F128D Indigo

📋 copy color: '#4F128D'

red 79 ◦ green 18 ◦ blue 141

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

Shades of Indigo #4F128D

Tints of Indigo #4F128D

RGB

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

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

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

R = 33.19%
G = 7.56%
B = 59.24%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F128D (or 0x4F128D) is known color: Indigo. HEX triplet: 4F, 12 and 8D. RGB value is (79,18,141). Sum of RGB (Red+Green+Blue) = 79+18+141=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F128D is #B0ED72. Grayscale: #313131. Windows color (decimal): -11595123 or 9245263. OLE color: 9245263.

HSL color Cylindrical-coordinate representation of color #4F128D: hue angle of 269.76º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F128D is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 18 141 -
CMYK 0.44 0.87 0 0.45
HSL 269.76º 0.77% 0.31% -
HSV(B) 269.76º 0.87% 0.55% -
XYZ 8.25 4.02 25.54 -
YUV 50.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 79 18 141 0.44 0.87 0 0.45 269.76 0.77 0.31
Hex 4F 12 8D 2C 57 0 2D 10E 4D 1F
Octal 117 22 215 54 127 0 55 416 115 37
Binary 1001111 10010 10001101 101100 1010111 0 101101 100001110 1001101 11111

Color Harmonies of #4F128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F128D

Black with #4F128D

Text Example


Text Example

White with #4F128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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