Html Css Color HEX #54009D Indigo

📋 copy color: '#54009D'

red 84 ◦ green 0 ◦ blue 157

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

Shades of Indigo #54009D

Tints of Indigo #54009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 34.85%
G = 0%
B = 65.15%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54009D (or 0x54009D) is known color: Indigo. HEX triplet: 54, 00 and 9D. RGB value is (84,0,157). Sum of RGB (Red+Green+Blue) = 84+0+157=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #54009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54009D is #ABFF62. Grayscale: #2A2A2A. Windows color (decimal): -11272035 or 10289236. OLE color: 10289236.

HSL color Cylindrical-coordinate representation of color #54009D: hue angle of 272.1º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54009D is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 0 157 -
CMYK 0.46 1 0 0.38
HSL 272.1º 1% 0.31% -
HSV(B) 272.1º 1% 0.62% -
XYZ 9.74 4.32 32.22 -
YUV 43.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 84 0 157 0.46 1 0 0.38 272.1 1 0.31
Hex 54 0 9D 2E 64 0 26 110 64 1F
Octal 124 0 235 56 144 0 46 420 144 37
Binary 1010100 0 10011101 101110 1100100 0 100110 100010000 1100100 11111

Color Harmonies of #54009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54009D

Black with #54009D

Text Example


Text Example

White with #54009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54009D; }

 p { color: rgb(84,0,157); }

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

background-color css

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

 a { background-color: rgb(84,0,157); }

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

border-color css

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

 span { border-color: rgb(84,0,157); }

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