Html Css Color HEX #54019B Indigo

📋 copy color: '#54019B'

red 84 ◦ green 1 ◦ blue 155

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

Shades of Indigo #54019B

Tints of Indigo #54019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 35%
G = 0.42%
B = 64.58%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54019B (or 0x54019B) is known color: Indigo. HEX triplet: 54, 01 and 9B. RGB value is (84,1,155). Sum of RGB (Red+Green+Blue) = 84+1+155=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #54019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54019B is #ABFE64. Grayscale: #2A2A2A. Windows color (decimal): -11271781 or 10158420. OLE color: 10158420.

HSL color Cylindrical-coordinate representation of color #54019B: hue angle of 272.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54019B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 1 155 -
CMYK 0.46 0.99 0 0.39
HSL 272.34º 0.99% 0.31% -
HSV(B) 272.34º 0.99% 0.61% -
XYZ 9.58 4.27 31.33 -
YUV 43.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 84 1 155 0.46 0.99 0 0.39 272.34 0.99 0.31
Hex 54 1 9B 2E 63 0 27 110 63 1F
Octal 124 1 233 56 143 0 47 420 143 37
Binary 1010100 1 10011011 101110 1100011 0 100111 100010000 1100011 11111

Color Harmonies of #54019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54019B

Black with #54019B

Text Example


Text Example

White with #54019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,1,155); }

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

background-color css

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

 a { background-color: rgb(84,1,155); }

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

border-color css

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

 span { border-color: rgb(84,1,155); }

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