Html Css Color HEX #54028A Indigo

📋 copy color: '#54028A'

red 84 ◦ green 2 ◦ blue 138

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

Shades of Indigo #54028A

Tints of Indigo #54028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 37.5%
G = 0.89%
B = 61.61%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54028A (or 0x54028A) is known color: Indigo. HEX triplet: 54, 02 and 8A. RGB value is (84,2,138). Sum of RGB (Red+Green+Blue) = 84+2+138=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #54028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54028A is #ABFD75. Grayscale: #292929. Windows color (decimal): -11271542 or 9044564. OLE color: 9044564.

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

Color convert

RGB 84 2 138 -
CMYK 0.39 0.99 0 0.46
HSL 276.18º 0.97% 0.27% -
HSV(B) 276.18º 0.99% 0.54% -
XYZ 8.27 3.76 24.34 -
YUV 42.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 84 2 138 0.39 0.99 0 0.46 276.18 0.97 0.27
Hex 54 2 8A 27 63 0 2E 114 61 1B
Octal 124 2 212 47 143 0 56 424 141 33
Binary 1010100 10 10001010 100111 1100011 0 101110 100010100 1100001 11011

Color Harmonies of #54028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54028A

Black with #54028A

Text Example


Text Example

White with #54028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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