Html Css Color HEX #4F108B Indigo

📋 copy color: '#4F108B'

red 79 ◦ green 16 ◦ blue 139

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

Shades of Indigo #4F108B

Tints of Indigo #4F108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 33.76%
G = 6.84%
B = 59.4%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F108B (or 0x4F108B) is known color: Indigo. HEX triplet: 4F, 10 and 8B. RGB value is (79,16,139). Sum of RGB (Red+Green+Blue) = 79+16+139=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F108B is #B0EF74. Grayscale: #303030. Windows color (decimal): -11595637 or 9113679. OLE color: 9113679.

HSL color Cylindrical-coordinate representation of color #4F108B: hue angle of 270.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F108B is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 16 139 -
CMYK 0.43 0.88 0 0.45
HSL 270.73º 0.79% 0.3% -
HSV(B) 270.73º 0.88% 0.55% -
XYZ 8.07 3.9 24.75 -
YUV 48.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 79 16 139 0.43 0.88 0 0.45 270.73 0.79 0.3
Hex 4F 10 8B 2B 58 0 2D 10F 4F 1E
Octal 117 20 213 53 130 0 55 417 117 36
Binary 1001111 10000 10001011 101011 1011000 0 101101 100001111 1001111 11110

Color Harmonies of #4F108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F108B

Black with #4F108B

Text Example


Text Example

White with #4F108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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