Html Css Color HEX #54018F Indigo

📋 copy color: '#54018F'

red 84 ◦ green 1 ◦ blue 143

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

Shades of Indigo #54018F

Tints of Indigo #54018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 36.84%
G = 0.44%
B = 62.72%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54018F (or 0x54018F) is known color: Indigo. HEX triplet: 54, 01 and 8F. RGB value is (84,1,143). Sum of RGB (Red+Green+Blue) = 84+1+143=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #54018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54018F is #ABFE70. Grayscale: #292929. Windows color (decimal): -11271793 or 9371988. OLE color: 9371988.

HSL color Cylindrical-coordinate representation of color #54018F: hue angle of 275.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54018F is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 1 143 -
CMYK 0.41 0.99 0 0.44
HSL 275.07º 0.99% 0.28% -
HSV(B) 275.07º 0.99% 0.56% -
XYZ 8.62 3.89 26.28 -
YUV 42.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 84 1 143 0.41 0.99 0 0.44 275.07 0.99 0.28
Hex 54 1 8F 29 63 0 2C 113 63 1C
Octal 124 1 217 51 143 0 54 423 143 34
Binary 1010100 1 10001111 101001 1100011 0 101100 100010011 1100011 11100

Color Harmonies of #54018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54018F

Black with #54018F

Text Example


Text Example

White with #54018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54018F; }

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

 H1.HeaderClassName
 {
   color: #54018F;
 }
 .AnyTagClassName
 {
   color: #54018F;
 }
</style>

background-color css

<style>
 a { background-color: #54018F; }

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

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

border-color css

<style>
 span { border-color: #54018F; }

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

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