Html Css Color HEX #4B017C Indigo

📋 copy color: '#4B017C'

red 75 ◦ green 1 ◦ blue 124

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

Shades of Indigo #4B017C

Tints of Indigo #4B017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 37.5%
G = 0.5%
B = 62%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B017C (or 0x4B017C) is known color: Indigo. HEX triplet: 4B, 01 and 7C. RGB value is (75,1,124). Sum of RGB (Red+Green+Blue) = 75+1+124=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B017C is #B4FE83. Grayscale: #242424. Windows color (decimal): -11861636 or 8126795. OLE color: 8126795.

HSL color Cylindrical-coordinate representation of color #4B017C: hue angle of 276.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B017C is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 1 124 -
CMYK 0.40 0.99 0 0.51
HSL 276.1º 0.98% 0.25% -
HSV(B) 276.1º 0.99% 0.49% -
XYZ 6.55 2.97 19.3 -
YUV 37.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 75 1 124 0.40 0.99 0 0.51 276.1 0.98 0.25
Hex 4B 1 7C 28 63 0 33 114 62 19
Octal 113 1 174 50 143 0 63 424 142 31
Binary 1001011 1 1111100 101000 1100011 0 110011 100010100 1100010 11001

Color Harmonies of #4B017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B017C

Black with #4B017C

Text Example


Text Example

White with #4B017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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