#4B1378

Color #4B1378 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4B1378

Tints of Indigo #4B1378

Color information

#4B1378 (or 0x4B1378) is unknown color: approx 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

RGB7519120-
CMYK0.370.8400.53
HSL273.27º72.66%27.25%-
HSV(B)273.27º84.17%47.06%-
XYZ6.523.3218.07-
YUV47.26169.05147.79-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75191200.370.8400.53273.2772.6627.25
Hex4B13782554035111491b
Octal113231704512406542111133
Binary100101110011111100010010110101000110101100010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>