Html Css Color HEX #4B1273 Indigo

📋 copy color: '#4B1273'

red 75 ◦ green 18 ◦ blue 115

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

Shades of Indigo #4B1273

Tints of Indigo #4B1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 36.06%
G = 8.65%
B = 55.29%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B1273 (or 0x4B1273) is known color: Indigo. HEX triplet: 4B, 12 and 73. RGB value is (75,18,115). Sum of RGB (Red+Green+Blue) = 75+18+115=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B1273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1273 is #B4ED8C. Grayscale: #2D2D2D. Windows color (decimal): -11857293 or 7541323. OLE color: 7541323.

HSL color Cylindrical-coordinate representation of color #4B1273: hue angle of 275.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1273 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 18 115 -
CMYK 0.35 0.84 0 0.55
HSL 275.26º 0.73% 0.26% -
HSV(B) 275.26º 0.84% 0.45% -
XYZ 6.21 3.17 16.5 -
YUV 46.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 75 18 115 0.35 0.84 0 0.55 275.26 0.73 0.26
Hex 4B 12 73 23 54 0 37 113 49 1A
Octal 113 22 163 43 124 0 67 423 111 32
Binary 1001011 10010 1110011 100011 1010100 0 110111 100010011 1001001 11010

Color Harmonies of #4B1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1273

Black with #4B1273

Text Example


Text Example

White with #4B1273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,18,115); }

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

background-color css

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

 a { background-color: rgb(75,18,115); }

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

border-color css

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

 span { border-color: rgb(75,18,115); }

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