Html Css Color HEX #54078A Indigo

📋 copy color: '#54078A'

red 84 ◦ green 7 ◦ blue 138

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

Shades of Indigo #54078A

Tints of Indigo #54078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 138 (54.3% from 255) = 60.26%

R = 36.68%
G = 3.06%
B = 60.26%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54078A (or 0x54078A) is known color: Indigo. HEX triplet: 54, 07 and 8A. RGB value is (84,7,138). Sum of RGB (Red+Green+Blue) = 84+7+138=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #54078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54078A is #ABF875. Grayscale: #2C2C2C. Windows color (decimal): -11270262 or 9045844. OLE color: 9045844.

HSL color Cylindrical-coordinate representation of color #54078A: hue angle of 275.27º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54078A is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 7 138 -
CMYK 0.39 0.95 0 0.46
HSL 275.27º 0.9% 0.28% -
HSV(B) 275.27º 0.95% 0.54% -
XYZ 8.32 3.87 24.35 -
YUV 44.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 84 7 138 0.39 0.95 0 0.46 275.27 0.9 0.28
Hex 54 7 8A 27 5F 0 2E 113 5A 1C
Octal 124 7 212 47 137 0 56 423 132 34
Binary 1010100 111 10001010 100111 1011111 0 101110 100010011 1011010 11100

Color Harmonies of #54078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54078A

Black with #54078A

Text Example


Text Example

White with #54078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54078A; }

 p { color: rgb(84,7,138); }

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

background-color css

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

 a { background-color: rgb(84,7,138); }

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

border-color css

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

 span { border-color: rgb(84,7,138); }

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