Html Css Color HEX #4B015B Indigo

📋 copy color: '#4B015B'

red 75 ◦ green 1 ◦ blue 91

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

Shades of Indigo #4B015B

Tints of Indigo #4B015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 44.91%
G = 0.6%
B = 54.49%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B015B (or 0x4B015B) is known color: Indigo. HEX triplet: 4B, 01 and 5B. RGB value is (75,1,91). Sum of RGB (Red+Green+Blue) = 75+1+91=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B015B is #B4FEA4. Grayscale: #212121. Windows color (decimal): -11861669 or 5964107. OLE color: 5964107.

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

Color convert

RGB 75 1 91 -
CMYK 0.18 0.99 0 0.64
HSL 289.33º 0.98% 0.18% -
HSV(B) 289.33º 0.99% 0.36% -
XYZ 4.8 2.27 10.08 -
YUV 33.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 75 1 91 0.18 0.99 0 0.64 289.33 0.98 0.18
Hex 4B 1 5B 12 63 0 40 121 62 12
Octal 113 1 133 22 143 0 100 441 142 22
Binary 1001011 1 1011011 10010 1100011 0 1000000 100100001 1100010 10010

Color Harmonies of #4B015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B015B

Black with #4B015B

Text Example


Text Example

White with #4B015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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