Html Css Color HEX #54088F Indigo

📋 copy color: '#54088F'

red 84 ◦ green 8 ◦ blue 143

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

Shades of Indigo #54088F

Tints of Indigo #54088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 35.74%
G = 3.4%
B = 60.85%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54088F (or 0x54088F) is known color: Indigo. HEX triplet: 54, 08 and 8F. RGB value is (84,8,143). Sum of RGB (Red+Green+Blue) = 84+8+143=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #54088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54088F is #ABF770. Grayscale: #2D2D2D. Windows color (decimal): -11270001 or 9373780. OLE color: 9373780.

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

Color convert

RGB 84 8 143 -
CMYK 0.41 0.94 0 0.44
HSL 273.78º 0.89% 0.3% -
HSV(B) 273.78º 0.94% 0.56% -
XYZ 8.7 4.04 26.31 -
YUV 46.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 84 8 143 0.41 0.94 0 0.44 273.78 0.89 0.3
Hex 54 8 8F 29 5E 0 2C 112 59 1E
Octal 124 10 217 51 136 0 54 422 131 36
Binary 1010100 1000 10001111 101001 1011110 0 101100 100010010 1011001 11110

Color Harmonies of #54088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54088F

Black with #54088F

Text Example


Text Example

White with #54088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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