Html Css Color HEX #54167F Indigo

📋 copy color: '#54167F'

red 84 ◦ green 22 ◦ blue 127

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

Shades of Indigo #54167F

Tints of Indigo #54167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 36.05%
G = 9.44%
B = 54.51%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54167F (or 0x54167F) is known color: Indigo. HEX triplet: 54, 16 and 7F. RGB value is (84,22,127). Sum of RGB (Red+Green+Blue) = 84+22+127=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #54167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54167F is #ABE980. Grayscale: #343434. Windows color (decimal): -11266433 or 8328788. OLE color: 8328788.

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

Color convert

RGB 84 22 127 -
CMYK 0.34 0.83 0 0.50
HSL 275.43º 0.7% 0.29% -
HSV(B) 275.43º 0.83% 0.5% -
XYZ 7.77 3.99 20.44 -
YUV 52.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 84 22 127 0.34 0.83 0 0.50 275.43 0.7 0.29
Hex 54 16 7F 22 53 0 32 113 46 1D
Octal 124 26 177 42 123 0 62 423 106 35
Binary 1010100 10110 1111111 100010 1010011 0 110010 100010011 1000110 11101

Color Harmonies of #54167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54167F

Black with #54167F

Text Example


Text Example

White with #54167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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