#4B0D6F

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

Shades of Indigo #4B0D6F

Tints of Indigo #4B0D6F

Color information

#4B0D6F (or 0x4B0D6F) is unknown color: approx Indigo. HEX triplet: 4B, 0D and 6F. RGB value is (75,13,111). Sum of RGB (Red+Green+Blue) = 75+13+111=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B0D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0D6F is #B4F290. Grayscale: #2A2A2A. Windows color (decimal): -11858577 or 7277899. OLE color: 7277899.

HSL color Cylindrical-coordinate representation of color #4B0D6F: hue angle of 277.96º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0D6F is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7513111-
CMYK0.320.8800.56
HSL277.96º79.03%24.31%-
HSV(B)277.96º88.29%43.53%-
XYZ5.912.9315.29-
YUV42.71166.54151.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=37.69%
G=6.53%
B=55.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75131110.320.8800.56277.9679.0324.31
Hex4BD6F20580381164f18
Octal113151574013007042611730
Binary10010111101110111110000010110000111000100010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,13,111); }

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

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

 a { background-color: rgb(75,13,111); }

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

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

 span { border-color: rgb(75,13,111); }

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