#4B0E85

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

Shades of Indigo #4B0E85

Tints of Indigo #4B0E85

Color information

#4B0E85 (or 0x4B0E85) is unknown color: approx Indigo. HEX triplet: 4B, 0E and 85. RGB value is (75,14,133). Sum of RGB (Red+Green+Blue) = 75+14+133=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B0E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0E85 is #B4F17A. Grayscale: #2D2D2D. Windows color (decimal): -11858299 or 8719947. OLE color: 8719947.

HSL color Cylindrical-coordinate representation of color #4B0E85: hue angle of 270.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0E85 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7514133-
CMYK0.440.8900.48
HSL270.76º80.95%28.82%-
HSV(B)270.76º89.47%52.16%-
XYZ7.293.522.48-
YUV45.8177.21148.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=33.78%
G=6.31%
B=59.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75141330.440.8900.48270.7680.9528.82
Hex4BE852C5903010f511d
Octal113162055413106041712135
Binary100101111101000010110110010110010110000100001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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