#4B097C

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

Shades of Indigo #4B097C

Tints of Indigo #4B097C

Color information

#4B097C (or 0x4B097C) is unknown color: approx Indigo. HEX triplet: 4B, 09 and 7C. RGB value is (75,9,124). Sum of RGB (Red+Green+Blue) = 75+9+124=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B097C is #B4F683. Grayscale: #292929. Windows color (decimal): -11859588 or 8128843. OLE color: 8128843.

HSL color Cylindrical-coordinate representation of color #4B097C: hue angle of 274.43º degrees, saturation: 0.86, 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 #4B097C is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB759124-
CMYK0.400.9300.51
HSL274.43º86.47%26.08%-
HSV(B)274.43º92.74%48.63%-
XYZ6.643.1519.33-
YUV41.84174.37151.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=36.06%
G=4.33%
B=59.62%

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
Decimal7591240.400.9300.51274.4386.4726.08
Hex4B97C285D033112561a
Octal113111745013506342212632
Binary10010111001111110010100010111010110011100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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