Html Css Color HEX #54018B Indigo

📋 copy color: '#54018B'

red 84 ◦ green 1 ◦ blue 139

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

Shades of Indigo #54018B

Tints of Indigo #54018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 37.5%
G = 0.45%
B = 62.05%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54018B (or 0x54018B) is known color: Indigo. HEX triplet: 54, 01 and 8B. RGB value is (84,1,139). Sum of RGB (Red+Green+Blue) = 84+1+139=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #54018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54018B is #ABFE74. Grayscale: #292929. Windows color (decimal): -11271797 or 9109844. OLE color: 9109844.

HSL color Cylindrical-coordinate representation of color #54018B: hue angle of 276.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54018B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 1 139 -
CMYK 0.40 0.99 0 0.45
HSL 276.09º 0.99% 0.27% -
HSV(B) 276.09º 0.99% 0.55% -
XYZ 8.33 3.77 24.72 -
YUV 41.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 84 1 139 0.40 0.99 0 0.45 276.09 0.99 0.27
Hex 54 1 8B 28 63 0 2D 114 63 1B
Octal 124 1 213 50 143 0 55 424 143 33
Binary 1010100 1 10001011 101000 1100011 0 101101 100010100 1100011 11011

Color Harmonies of #54018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54018B

Black with #54018B

Text Example


Text Example

White with #54018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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