#4B0263

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

Shades of Indigo #4B0263

Tints of Indigo #4B0263

Color information

#4B0263 (or 0x4B0263) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 63. RGB value is (75,2,99). Sum of RGB (Red+Green+Blue) = 75+2+99=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0263 is #B4FD9C. Grayscale: #222222. Windows color (decimal): -11861405 or 6488651. OLE color: 6488651.

HSL color Cylindrical-coordinate representation of color #4B0263: hue angle of 285.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0263 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB75299-
CMYK0.240.9800.61
HSL285.15º96.04%19.8%-
HSV(B)285.15º97.98%38.82%-
XYZ5.182.4412-
YUV34.88164.18156.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=42.61%
G=1.14%
B=56.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal752990.240.9800.61285.1596.0419.8
Hex4B263186203D11d6014
Octal11321433014207543514024
Binary10010111011000111100011000100111101100011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,99); }

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

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

 a { background-color: rgb(75,2,99); }

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

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

 span { border-color: rgb(75,2,99); }

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