#541694

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

Shades of Indigo #541694

Tints of Indigo #541694

Color information

#541694 (or 0x541694) is unknown color: approx Indigo. HEX triplet: 54, 16 and 94. RGB value is (84,22,148). Sum of RGB (Red+Green+Blue) = 84+22+148=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #541694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541694 is #ABE96B. Grayscale: #363636. Windows color (decimal): -11266412 or 9705044. OLE color: 9705044.

HSL color Cylindrical-coordinate representation of color #541694: hue angle of 269.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541694 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8422148-
CMYK0.430.8500.42
HSL269.52º74.12%33.33%-
HSV(B)269.52º85.14%58.04%-
XYZ9.294.628.41-
YUV54.9180.54148.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=33.07%
G=8.66%
B=58.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84221480.430.8500.42269.5274.1233.33
Hex5416942B5502A10e4a21
Octal124262245312505241611241
Binary10101001011010010100101011101010101010101000011101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541694; }

 p { color: rgb(84,22,148); }

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

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

 a { background-color: rgb(84,22,148); }

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

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

 span { border-color: rgb(84,22,148); }

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