#4B037D

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

Shades of Indigo #4B037D

Tints of Indigo #4B037D

Color information

#4B037D (or 0x4B037D) is unknown color: approx Indigo. HEX triplet: 4B, 03 and 7D. RGB value is (75,3,125). Sum of RGB (Red+Green+Blue) = 75+3+125=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B037D is #B4FC82. Grayscale: #262626. Windows color (decimal): -11861123 or 8192843. OLE color: 8192843.

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

Color convert

RGB753125-
CMYK0.400.9800.51
HSL275.41º95.31%25.1%-
HSV(B)275.41º97.6%49.02%-
XYZ6.643.0419.64-
YUV38.44176.85154.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=36.95%
G=1.48%
B=61.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7531250.400.9800.51275.4195.3125.1
Hex4B37D28620331135f19
Octal11331755014206342313731
Binary100101111111110110100011000100110011100010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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