#4B087C

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

Shades of Indigo #4B087C

Tints of Indigo #4B087C

Color information

#4B087C (or 0x4B087C) is unknown color: approx Indigo. HEX triplet: 4B, 08 and 7C. RGB value is (75,8,124). Sum of RGB (Red+Green+Blue) = 75+8+124=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B087C is #B4F783. Grayscale: #282828. Windows color (decimal): -11859844 or 8128587. OLE color: 8128587.

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

Color convert

RGB758124-
CMYK0.400.9400.51
HSL274.66º87.88%25.88%-
HSV(B)274.66º93.55%48.63%-
XYZ6.633.1219.32-
YUV41.26174.7152.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=36.23%
G=3.86%
B=59.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7581240.400.9400.51274.6687.8825.88
Hex4B87C285E033113581a
Octal113101745013606342313032
Binary10010111000111110010100010111100110011100010011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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