Html Css Color HEX #54067F Indigo

📋 copy color: '#54067F'

red 84 ◦ green 6 ◦ blue 127

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

Shades of Indigo #54067F

Tints of Indigo #54067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

 BLUE value IS 127 (50% from 255) = 58.53%

R = 38.71%
G = 2.76%
B = 58.53%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54067F (or 0x54067F) is known color: Indigo. HEX triplet: 54, 06 and 7F. RGB value is (84,6,127). Sum of RGB (Red+Green+Blue) = 84+6+127=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #54067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54067F is #ABF980. Grayscale: #2A2A2A. Windows color (decimal): -11270529 or 8324692. OLE color: 8324692.

HSL color Cylindrical-coordinate representation of color #54067F: hue angle of 278.68º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54067F is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 6 127 -
CMYK 0.34 0.95 0 0.50
HSL 278.68º 0.91% 0.26% -
HSV(B) 278.68º 0.95% 0.5% -
XYZ 7.55 3.55 20.37 -
YUV 43.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 84 6 127 0.34 0.95 0 0.50 278.68 0.91 0.26
Hex 54 6 7F 22 5F 0 32 117 5B 1A
Octal 124 6 177 42 137 0 62 427 133 32
Binary 1010100 110 1111111 100010 1011111 0 110010 100010111 1011011 11010

Color Harmonies of #54067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54067F

Black with #54067F

Text Example


Text Example

White with #54067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,6,127); }

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

background-color css

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

 a { background-color: rgb(84,6,127); }

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

border-color css

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

 span { border-color: rgb(84,6,127); }

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