#4B0E67

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

Shades of Indigo #4B0E67

Tints of Indigo #4B0E67

Color information

#4B0E67 (or 0x4B0E67) is unknown color: approx Indigo. HEX triplet: 4B, 0E and 67. RGB value is (75,14,103). Sum of RGB (Red+Green+Blue) = 75+14+103=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B0E67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0E67 is #B4F198. Grayscale: #2A2A2A. Windows color (decimal): -11858329 or 6753867. OLE color: 6753867.

HSL color Cylindrical-coordinate representation of color #4B0E67: hue angle of 281.12º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B0E67 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7514103-
CMYK0.270.8600.60
HSL281.12º76.07%22.94%-
HSV(B)281.12º86.41%40.39%-
XYZ5.512.7913.08-
YUV42.39162.21151.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=39.06%
G=7.29%
B=53.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75141030.270.8600.60281.1276.0722.94
Hex4BE671B5603C1194c17
Octal113161473312607443111427
Binary1001011111011001111101110101100111100100011001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,14,103); }

 H1.HeaderClassName
 {
   color: #4B0E67;
 }
 .AnyTagClassName
 {
   color: #4B0E67;
 }
</style>
background-color css

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

 a { background-color: rgb(75,14,103); }

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

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

 span { border-color: rgb(75,14,103); }

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