Html Css Color HEX #4B1378 Indigo

📋 copy color: '#4B1378'

red 75 ◦ green 19 ◦ blue 120

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

Shades of Indigo #4B1378

Tints of Indigo #4B1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 120 (47.27% from 255) = 56.07%

R = 35.05%
G = 8.88%
B = 56.07%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B1378 (or 0x4B1378) is known color: Indigo. HEX triplet: 4B, 13 and 78. RGB value is (75,19,120). Sum of RGB (Red+Green+Blue) = 75+19+120=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1378 is #B4EC87. Grayscale: #2E2E2E. Windows color (decimal): -11857032 or 7869259. OLE color: 7869259.

HSL color Cylindrical-coordinate representation of color #4B1378: hue angle of 273.27º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1378 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 19 120 -
CMYK 0.37 0.84 0 0.53
HSL 273.27º 0.73% 0.27% -
HSV(B) 273.27º 0.84% 0.47% -
XYZ 6.52 3.32 18.07 -
YUV 47.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 75 19 120 0.37 0.84 0 0.53 273.27 0.73 0.27
Hex 4B 13 78 25 54 0 35 111 49 1B
Octal 113 23 170 45 124 0 65 421 111 33
Binary 1001011 10011 1111000 100101 1010100 0 110101 100010001 1001001 11011

Color Harmonies of #4B1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1378

Black with #4B1378

Text Example


Text Example

White with #4B1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,19,120); }

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

background-color css

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

 a { background-color: rgb(75,19,120); }

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

border-color css

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

 span { border-color: rgb(75,19,120); }

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