Html Css Color HEX #540698 Indigo

📋 copy color: '#540698'

red 84 ◦ green 6 ◦ blue 152

#540698
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #540698

Tints of Indigo #540698

RGB

 RED value IS 84 (33.2% from 255) = 34.71%

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 34.71%
G = 2.48%
B = 62.81%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#540698 (or 0x540698) is known color: Indigo. HEX triplet: 54, 06 and 98. RGB value is (84,6,152). Sum of RGB (Red+Green+Blue) = 84+6+152=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #540698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540698 is #ABF967. Grayscale: #2D2D2D. Windows color (decimal): -11270504 or 9963092. OLE color: 9963092.

HSL color Cylindrical-coordinate representation of color #540698: hue angle of 272.05º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540698 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 6 152 -
CMYK 0.45 0.96 0 0.40
HSL 272.05º 0.92% 0.31% -
HSV(B) 272.05º 0.96% 0.6% -
XYZ 9.39 4.28 30.04 -
YUV 45.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 84 6 152 0.45 0.96 0 0.40 272.05 0.92 0.31
Hex 54 6 98 2D 60 0 28 110 5C 1F
Octal 124 6 230 55 140 0 50 420 134 37
Binary 1010100 110 10011000 101101 1100000 0 101000 100010000 1011100 11111

Color Harmonies of #540698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540698

Black with #540698

Text Example


Text Example

White with #540698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540698; }

 p { color: rgb(84,6,152); }

 H1.HeaderClassName
 {
   color: #540698;
 }
 .AnyTagClassName
 {
   color: #540698;
 }
</style>

background-color css

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

 a { background-color: rgb(84,6,152); }

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

border-color css

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

 span { border-color: rgb(84,6,152); }

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