Html Css Color HEX #4F017B Indigo

📋 copy color: '#4F017B'

red 79 ◦ green 1 ◦ blue 123

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

Shades of Indigo #4F017B

Tints of Indigo #4F017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 38.92%
G = 0.49%
B = 60.59%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F017B (or 0x4F017B) is known color: Indigo. HEX triplet: 4F, 01 and 7B. RGB value is (79,1,123). Sum of RGB (Red+Green+Blue) = 79+1+123=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F017B is #B0FE84. Grayscale: #252525. Windows color (decimal): -11599493 or 8061263. OLE color: 8061263.

HSL color Cylindrical-coordinate representation of color #4F017B: hue angle of 278.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F017B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 1 123 -
CMYK 0.36 0.99 0 0.52
HSL 278.36º 0.98% 0.24% -
HSV(B) 278.36º 0.99% 0.48% -
XYZ 6.81 3.11 18.98 -
YUV 38.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 79 1 123 0.36 0.99 0 0.52 278.36 0.98 0.24
Hex 4F 1 7B 24 63 0 34 116 62 18
Octal 117 1 173 44 143 0 64 426 142 30
Binary 1001111 1 1111011 100100 1100011 0 110100 100010110 1100010 11000

Color Harmonies of #4F017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F017B

Black with #4F017B

Text Example


Text Example

White with #4F017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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