#4B0061

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

Shades of Indigo #4B0061

Tints of Indigo #4B0061

Color information

#4B0061 (or 0x4B0061) is unknown color: approx Indigo. HEX triplet: 4B, 00 and 61. RGB value is (75,0,97). Sum of RGB (Red+Green+Blue) = 75+0+97=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0061 is #B4FF9E. Grayscale: #212121. Windows color (decimal): -11861919 or 6357067. OLE color: 6357067.

HSL color Cylindrical-coordinate representation of color #4B0061: hue angle of 286.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0061 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB75097-
CMYK0.23100.62
HSL286.39º100%19.02%-
HSV(B)286.39º100%38.04%-
XYZ5.062.3611.5-
YUV33.48163.85157.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=43.60%
G=0%
B=56.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal750970.23100.62286.3910019.02
Hex4B061176403E11e6413
Octal11301412714407643614423
Binary1001011011000011011111001000111110100011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,97); }

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

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

 a { background-color: rgb(75,0,97); }

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

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

 span { border-color: rgb(75,0,97); }

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