#5402B0

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

Shades of Indigo #5402B0

Tints of Indigo #5402B0

Color information

#5402B0 (or 0x5402B0) is unknown color: approx Indigo. HEX triplet: 54, 02 and B0. RGB value is (84,2,176). Sum of RGB (Red+Green+Blue) = 84+2+176=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #5402B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5402B0 is #ABFD4F. Grayscale: #2D2D2D. Windows color (decimal): -11271504 or 11534932. OLE color: 11534932.

HSL color Cylindrical-coordinate representation of color #5402B0: hue angle of 268.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402B0 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB842176-
CMYK0.520.9900.31
HSL268.28º97.75%34.9%-
HSV(B)268.28º98.86%69.02%-
XYZ11.515.0641.44-
YUV46.35201.17154.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 176 (69.14% from 255) = 67.18%
R=32.06%
G=0.76%
B=67.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8421760.520.9900.31268.2897.7534.9
Hex542B0346301F10c6223
Octal12422606414303741414243
Binary1010100101011000011010011000110111111000011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5402B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5402B0; }

 p { color: rgb(84,2,176); }

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

<style>
 a { background-color: #5402B0; }

 a { background-color: rgb(84,2,176); }

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

<style>
 span { border-color: #5402B0; }

 span { border-color: rgb(84,2,176); }

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