Html Css Color HEX #54068B Indigo

📋 copy color: '#54068B'

red 84 ◦ green 6 ◦ blue 139

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

Shades of Indigo #54068B

Tints of Indigo #54068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.7%

R = 36.68%
G = 2.62%
B = 60.7%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54068B (or 0x54068B) is known color: Indigo. HEX triplet: 54, 06 and 8B. RGB value is (84,6,139). Sum of RGB (Red+Green+Blue) = 84+6+139=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #54068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54068B is #ABF974. Grayscale: #2C2C2C. Windows color (decimal): -11270517 or 9111124. OLE color: 9111124.

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

Color convert

RGB 84 6 139 -
CMYK 0.40 0.96 0 0.45
HSL 275.19º 0.92% 0.28% -
HSV(B) 275.19º 0.96% 0.55% -
XYZ 8.38 3.88 24.73 -
YUV 44.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 84 6 139 0.40 0.96 0 0.45 275.19 0.92 0.28
Hex 54 6 8B 28 60 0 2D 113 5C 1C
Octal 124 6 213 50 140 0 55 423 134 34
Binary 1010100 110 10001011 101000 1100000 0 101101 100010011 1011100 11100

Color Harmonies of #54068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54068B

Black with #54068B

Text Example


Text Example

White with #54068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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