Html Css Color HEX #4B015A Indigo

📋 copy color: '#4B015A'

red 75 ◦ green 1 ◦ blue 90

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

Shades of Indigo #4B015A

Tints of Indigo #4B015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 45.18%
G = 0.6%
B = 54.22%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B015A (or 0x4B015A) is known color: Indigo. HEX triplet: 4B, 01 and 5A. RGB value is (75,1,90). Sum of RGB (Red+Green+Blue) = 75+1+90=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B015A is #B4FEA5. Grayscale: #202020. Windows color (decimal): -11861670 or 5898571. OLE color: 5898571.

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

Color convert

RGB 75 1 90 -
CMYK 0.17 0.99 0 0.65
HSL 289.89º 0.98% 0.18% -
HSV(B) 289.89º 0.99% 0.35% -
XYZ 4.76 2.26 9.86 -
YUV 33.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 75 1 90 0.17 0.99 0 0.65 289.89 0.98 0.18
Hex 4B 1 5A 11 63 0 41 122 62 12
Octal 113 1 132 21 143 0 101 442 142 22
Binary 1001011 1 1011010 10001 1100011 0 1000001 100100010 1100010 10010

Color Harmonies of #4B015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B015A

Black with #4B015A

Text Example


Text Example

White with #4B015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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