Html Css Color HEX #55167F Indigo

📋 copy color: '#55167F'

red 85 ◦ green 22 ◦ blue 127

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

Shades of Indigo #55167F

Tints of Indigo #55167F

RGB

 RED value IS 85 (33.59% from 255) = 36.32%

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

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

R = 36.32%
G = 9.4%
B = 54.27%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55167F (or 0x55167F) is known color: Indigo. HEX triplet: 55, 16 and 7F. RGB value is (85,22,127). Sum of RGB (Red+Green+Blue) = 85+22+127=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #55167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55167F is #AAE980. Grayscale: #343434. Windows color (decimal): -11200897 or 8328789. OLE color: 8328789.

HSL color Cylindrical-coordinate representation of color #55167F: hue angle of 276º 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 #55167F is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 22 127 -
CMYK 0.33 0.83 0 0.50
HSL 276º 0.7% 0.29% -
HSV(B) 276º 0.83% 0.5% -
XYZ 7.86 4.04 20.44 -
YUV 52.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 85 22 127 0.33 0.83 0 0.50 276 0.7 0.29
Hex 55 16 7F 21 53 0 32 114 46 1D
Octal 125 26 177 41 123 0 62 424 106 35
Binary 1010101 10110 1111111 100001 1010011 0 110010 100010100 1000110 11101

Color Harmonies of #55167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55167F

Black with #55167F

Text Example


Text Example

White with #55167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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