#4B0165

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

Shades of Indigo #4B0165

Tints of Indigo #4B0165

Color information

#4B0165 (or 0x4B0165) is unknown color: approx Indigo. HEX triplet: 4B, 01 and 65. RGB value is (75,1,101). Sum of RGB (Red+Green+Blue) = 75+1+101=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0165 is #B4FE9A. Grayscale: #222222. Windows color (decimal): -11861659 or 6619467. OLE color: 6619467.

HSL color Cylindrical-coordinate representation of color #4B0165: hue angle of 284.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0165 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB751101-
CMYK0.260.9900.60
HSL284.4º98.04%20%-
HSV(B)284.4º99.01%39.61%-
XYZ5.262.4612.51-
YUV34.53165.52156.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 101 (39.84% from 255) = 57.06%
R=42.37%
G=0.56%
B=57.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7511010.260.9900.60284.498.0420
Hex4B1651A6303C11c6214
Octal11311453214307443414224
Binary1001011111001011101011000110111100100011100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,101); }

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

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

 a { background-color: rgb(75,1,101); }

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

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

 span { border-color: rgb(75,1,101); }

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