Html Css Color HEX #4B0171 Indigo

📋 copy color: '#4B0171'

red 75 ◦ green 1 ◦ blue 113

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

Shades of Indigo #4B0171

Tints of Indigo #4B0171

RGB

 RED value IS 75 (29.69% from 255) = 39.68%

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

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 39.68%
G = 0.53%
B = 59.79%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B0171 (or 0x4B0171) is known color: Indigo. HEX triplet: 4B, 01 and 71. RGB value is (75,1,113). Sum of RGB (Red+Green+Blue) = 75+1+113=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0171 is #B4FE8E. Grayscale: #232323. Windows color (decimal): -11861647 or 7405899. OLE color: 7405899.

HSL color Cylindrical-coordinate representation of color #4B0171: hue angle of 279.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0171 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 1 113 -
CMYK 0.34 0.99 0 0.56
HSL 279.64º 0.98% 0.22% -
HSV(B) 279.64º 0.99% 0.44% -
XYZ 5.89 2.71 15.84 -
YUV 35.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 75 1 113 0.34 0.99 0 0.56 279.64 0.98 0.22
Hex 4B 1 71 22 63 0 38 118 62 16
Octal 113 1 161 42 143 0 70 430 142 26
Binary 1001011 1 1110001 100010 1100011 0 111000 100011000 1100010 10110

Color Harmonies of #4B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0171

Black with #4B0171

Text Example


Text Example

White with #4B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,1,113); }

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

background-color css

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

 a { background-color: rgb(75,1,113); }

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

border-color css

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

 span { border-color: rgb(75,1,113); }

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