Html Css Color HEX #54069F Indigo

📋 copy color: '#54069F'

red 84 ◦ green 6 ◦ blue 159

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

Shades of Indigo #54069F

Tints of Indigo #54069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 33.73%
G = 2.41%
B = 63.86%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54069F (or 0x54069F) is known color: Indigo. HEX triplet: 54, 06 and 9F. RGB value is (84,6,159). Sum of RGB (Red+Green+Blue) = 84+6+159=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #54069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54069F is #ABF960. Grayscale: #2E2E2E. Windows color (decimal): -11270497 or 10421844. OLE color: 10421844.

HSL color Cylindrical-coordinate representation of color #54069F: hue angle of 270.59º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54069F is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 6 159 -
CMYK 0.47 0.96 0 0.38
HSL 270.59º 0.93% 0.32% -
HSV(B) 270.59º 0.96% 0.62% -
XYZ 9.98 4.52 33.15 -
YUV 46.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 84 6 159 0.47 0.96 0 0.38 270.59 0.93 0.32
Hex 54 6 9F 2F 60 0 26 10F 5D 20
Octal 124 6 237 57 140 0 46 417 135 40
Binary 1010100 110 10011111 101111 1100000 0 100110 100001111 1011101 100000

Color Harmonies of #54069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54069F

Black with #54069F

Text Example


Text Example

White with #54069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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