#4B0467

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

Shades of Indigo #4B0467

Tints of Indigo #4B0467

Color information

#4B0467 (or 0x4B0467) is unknown color: approx Indigo. HEX triplet: 4B, 04 and 67. RGB value is (75,4,103). Sum of RGB (Red+Green+Blue) = 75+4+103=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B0467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0467 is #B4FB98. Grayscale: #242424. Windows color (decimal): -11860889 or 6751307. OLE color: 6751307.

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

Color convert

RGB754103-
CMYK0.270.9600.60
HSL283.03º92.52%20.98%-
HSV(B)283.03º96.12%40.39%-
XYZ5.392.5613.04-
YUV36.52165.52155.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 103 (40.62% from 255) = 56.59%
R=41.21%
G=2.20%
B=56.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7541030.270.9600.60283.0392.5220.98
Hex4B4671B6003C11b5d15
Octal11341473314007443313525
Binary100101110011001111101111000000111100100011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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