#4B097D

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

Shades of Indigo #4B097D

Tints of Indigo #4B097D

Color information

#4B097D (or 0x4B097D) is unknown color: approx Indigo. HEX triplet: 4B, 09 and 7D. RGB value is (75,9,125). Sum of RGB (Red+Green+Blue) = 75+9+125=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B097D is #B4F682. Grayscale: #292929. Windows color (decimal): -11859587 or 8194379. OLE color: 8194379.

HSL color Cylindrical-coordinate representation of color #4B097D: hue angle of 274.14º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B097D is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB759125-
CMYK0.400.9300.51
HSL274.14º86.57%26.27%-
HSV(B)274.14º92.8%49.02%-
XYZ6.73.1719.66-
YUV41.96174.87151.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=35.89%
G=4.31%
B=59.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7591250.400.9300.51274.1486.5726.27
Hex4B97D285D033112571a
Octal113111755013506342212732
Binary10010111001111110110100010111010110011100010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,9,125); }

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

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

 a { background-color: rgb(75,9,125); }

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

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

 span { border-color: rgb(75,9,125); }

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