#4B0E9B

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

Shades of Indigo #4B0E9B

Tints of Indigo #4B0E9B

Color information

#4B0E9B (or 0x4B0E9B) is unknown color: approx Indigo. HEX triplet: 4B, 0E and 9B. RGB value is (75,14,155). Sum of RGB (Red+Green+Blue) = 75+14+155=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B0E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0E9B is #B4F164. Grayscale: #2F2F2F. Windows color (decimal): -11858277 or 10161739. OLE color: 10161739.

HSL color Cylindrical-coordinate representation of color #4B0E9B: hue angle of 265.96º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0E9B is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7514155-
CMYK0.520.9100.39
HSL265.96º83.43%33.14%-
HSV(B)265.96º90.97%60.78%-
XYZ8.984.1831.34-
YUV48.31188.21147.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 155 (60.94% from 255) = 63.52%
R=30.74%
G=5.74%
B=63.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75141550.520.9100.39265.9683.4333.14
Hex4BE9B345B02710a5321
Octal113162336413304741212341
Binary1001011111010011011110100101101101001111000010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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