Html Css Color HEX #4F018B Indigo

📋 copy color: '#4F018B'

red 79 ◦ green 1 ◦ blue 139

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

Shades of Indigo #4F018B

Tints of Indigo #4F018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 36.07%
G = 0.46%
B = 63.47%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F018B (or 0x4F018B) is known color: Indigo. HEX triplet: 4F, 01 and 8B. RGB value is (79,1,139). Sum of RGB (Red+Green+Blue) = 79+1+139=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F018B is #B0FE74. Grayscale: #272727. Windows color (decimal): -11599477 or 9109839. OLE color: 9109839.

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

Color convert

RGB 79 1 139 -
CMYK 0.43 0.99 0 0.45
HSL 273.91º 0.99% 0.27% -
HSV(B) 273.91º 0.99% 0.55% -
XYZ 7.9 3.55 24.69 -
YUV 40.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 79 1 139 0.43 0.99 0 0.45 273.91 0.99 0.27
Hex 4F 1 8B 2B 63 0 2D 112 63 1B
Octal 117 1 213 53 143 0 55 422 143 33
Binary 1001111 1 10001011 101011 1100011 0 101101 100010010 1100011 11011

Color Harmonies of #4F018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F018B

Black with #4F018B

Text Example


Text Example

White with #4F018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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